Skip to content

Commit 3fa6a6f

Browse files
committed
set aspectj version
1 parent a1cd48c commit 3fa6a6f

File tree

1 file changed

+5
-1
lines changed
  • powertools-e2e-tests/handlers/logging

1 file changed

+5
-1
lines changed

powertools-e2e-tests/handlers/logging/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
<groupId>software.amazon.lambda</groupId>
1818
<artifactId>powertools-logging</artifactId>
1919
</dependency>
20-
20+
<dependency>
21+
<groupId>org.aspectj</groupId>
22+
<artifactId>aspectjrt</artifactId>
23+
<version>1.9.7</version>
24+
</dependency>
2125
<dependency>
2226
<groupId>com.amazonaws</groupId>
2327
<artifactId>aws-lambda-java-events</artifactId>

0 commit comments

Comments
 (0)