File tree 2 files changed +18
-13
lines changed
examples/powertools-examples-validation
powertools-e2e-tests/handlers
2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 43
43
<artifactId >aws-lambda-java-core</artifactId >
44
44
<version >1.2.3</version >
45
45
</dependency >
46
+ <dependency >
47
+ <groupId >org.aspectj</groupId >
48
+ <artifactId >aspectjrt</artifactId >
49
+ <version >${aspectj.version} </version >
50
+ </dependency >
46
51
47
52
<!-- Test dependencies -->
48
53
<dependency >
95
100
</goals >
96
101
</execution >
97
102
</executions >
98
- </plugin >
99
- <!-- Don't deploy the example -->
100
- <plugin >
101
- <groupId >org.apache.maven.plugins</groupId >
102
- <artifactId >maven-deploy-plugin</artifactId >
103
- <configuration >
104
- <skip >true</skip >
105
- </configuration >
103
+ <dependencies >
104
+ <dependency >
105
+ <groupId >org.aspectj</groupId >
106
+ <artifactId >aspectjtools</artifactId >
107
+ <version >${aspectj.version} </version >
108
+ </dependency >
109
+ </dependencies >
106
110
</plugin >
107
111
</plugins >
108
112
</build >
Original file line number Diff line number Diff line change 23
23
<maven .compiler.version>3.11.0</maven .compiler.version>
24
24
<aws .sdk.version>2.20.108</aws .sdk.version>
25
25
<log4j .version>2.20.0</log4j .version>
26
+ <aspectj .version>1.9.20</aspectj .version>
26
27
</properties >
27
28
28
29
<modules >
131
132
</execution >
132
133
</executions >
133
134
<dependencies >
134
- <dependency >
135
- <groupId >org.apache.logging.log4j</groupId >
136
- <artifactId >log4j-transform-maven-shade-plugin-extensions</artifactId >
137
- <version >0.1.0</version >
138
- </dependency >
135
+ <dependency >
136
+ <groupId >org.apache.logging.log4j</groupId >
137
+ <artifactId >log4j-transform-maven-shade-plugin-extensions</artifactId >
138
+ <version >0.1.0</version >
139
+ </dependency >
139
140
</dependencies >
140
141
</plugin >
141
142
<plugin >
You can’t perform that action at this time.
0 commit comments