File tree 2 files changed +15
-2
lines changed
powertools-examples-idempotency
powertools-examples-parameters
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 194
194
</dependency >
195
195
</dependencies >
196
196
</plugin >
197
+ <plugin >
198
+ <groupId >org.apache.maven.plugins</groupId >
199
+ <artifactId >maven-deploy-plugin</artifactId >
200
+ <configuration >
201
+ <skip >true</skip >
202
+ </configuration >
203
+ </plugin >
197
204
</plugins >
198
205
</build >
199
206
<profiles >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >com.amazonaws</groupId >
34
34
<artifactId >aws-lambda-java-events</artifactId >
35
- <version >3.11.3 </version >
35
+ <version >3.11.2 </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >org.aspectj</groupId >
91
91
</goals >
92
92
</execution >
93
93
</executions >
94
+ <dependencies >
95
+ <dependency >
96
+ <groupId >org.aspectj</groupId >
97
+ <artifactId >aspectjtools</artifactId >
98
+ <version >${aspectj.version} </version >
99
+ </dependency >
100
+ </dependencies >
94
101
</plugin >
95
- <!-- Don't deploy the example -->
96
102
<plugin >
97
103
<groupId >org.apache.maven.plugins</groupId >
98
104
<artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments