File tree Expand file tree Collapse file tree 4 files changed +28
-10
lines changed
shipment-picture-lambda-validator Expand file tree Collapse file tree 4 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,14 @@ src/main/shipment-list-frontend/yarn-debug.log*
57
57
src /main /shipment-list-frontend /yarn-error.log *
58
58
59
59
# terraform
60
-
61
- setup / terraform /terraform.tfstate
62
- setup / terraform /.terraform.lock.hcl
63
- setup / terraform /terraform.tfstate.backup
60
+ terraform / .terraform /
61
+ terraform /terraform.tfstate
62
+ terraform /.terraform.lock.hcl
63
+ terraform /terraform.tfstate.backup
64
64
65
65
# lambda module
66
- /shipment-picture-lambda-validator /.idea
67
- /shipment-picture-lambda-validator /target /
66
+ shipment-picture-lambda-validator /.idea
67
+ shipment-picture-lambda-validator /target /
68
+
69
+ # frontend
70
+ shipment-list-frontend /node_modules
Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >org.projectlombok</groupId >
59
59
<artifactId >lombok</artifactId >
60
- <version >1.18.22 </version >
60
+ <version >1.18.30 </version >
61
61
<scope >compile</scope >
62
62
</dependency >
63
63
</dependencies >
84
84
</resources >
85
85
86
86
<plugins >
87
+ <plugin >
88
+ <groupId >org.apache.maven.plugins</groupId >
89
+ <artifactId >maven-compiler-plugin</artifactId >
90
+ <version >3.13.0</version >
91
+ <configuration >
92
+ <annotationProcessorPaths >
93
+ <path >
94
+ <groupId >org.projectlombok</groupId >
95
+ <artifactId >lombok</artifactId >
96
+ <version >1.18.30</version >
97
+ </path >
98
+ </annotationProcessorPaths >
99
+ </configuration >
100
+ </plugin >
87
101
<plugin >
88
102
<groupId >org.apache.maven.plugins</groupId >
89
103
<artifactId >maven-shade-plugin</artifactId >
103
117
</plugins >
104
118
</build >
105
119
106
- </project >
120
+ </project >
Original file line number Diff line number Diff line change 1
- shipment-picture-bucket =shipment-picture-bucket-artistic-alpaca
2
- shipment-picture-bucket-validator =shipment-picture-lambda-validator-bucket-artistic-alpaca
1
+ shipment-picture-bucket =shipment-picture-bucket-polite-ghoul
2
+ shipment-picture-bucket-validator =shipment-picture-lambda-validator-bucket-polite-ghoul
You can’t perform that action at this time.
0 commit comments