File tree 1 file changed +10
-12
lines changed
examples/powertools-examples-idempotency
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 15
15
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
16
16
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
17
17
<modelVersion >4.0.0</modelVersion >
18
-
18
+
19
19
<groupId >software.amazon.lambda.examples</groupId >
20
20
<version >2.0.0-SNAPSHOT</version >
21
21
<artifactId >powertools-examples-idempotency</artifactId >
53
53
<dependency >
54
54
<groupId >com.amazonaws</groupId >
55
55
<artifactId >aws-lambda-java-events</artifactId >
56
- <version >3.11.3 </version >
56
+ <version >3.11.2 </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >org.apache.logging.log4j</groupId >
128
128
</goals >
129
129
</execution >
130
130
</executions >
131
+ <dependencies >
132
+ <dependency >
133
+ <groupId >org.aspectj</groupId >
134
+ <artifactId >aspectjtools</artifactId >
135
+ <version >${aspectj.version} </version >
136
+ </dependency >
137
+ </dependencies >
131
138
</plugin >
132
139
<plugin >
133
140
<groupId >org.apache.maven.plugins</groupId >
174
181
</goals >
175
182
<configuration >
176
183
<transformers >
177
- <transformer
178
- implementation =" org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer" />
184
+ <transformer implementation =" org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer" />
179
185
</transformers >
180
186
</configuration >
181
187
</execution >
188
194
</dependency >
189
195
</dependencies >
190
196
</plugin >
191
- <!-- Don't deploy the example -->
192
- <plugin >
193
- <groupId >org.apache.maven.plugins</groupId >
194
- <artifactId >maven-deploy-plugin</artifactId >
195
- <configuration >
196
- <skip >true</skip >
197
- </configuration >
198
- </plugin >
199
197
</plugins >
200
198
</build >
201
199
<profiles >
You can’t perform that action at this time.
0 commit comments