Skip to content

Commit d66bda5

Browse files
committed
add aspectj for compilation in the IDE (scope provided)
1 parent dbb88cb commit d66bda5

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

powertools-large-messages/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
</distributionManagement>
5555

5656
<dependencies>
57+
<dependency>
58+
<groupId>org.aspectj</groupId>
59+
<artifactId>aspectjrt</artifactId>
60+
<scope>provided</scope>
61+
</dependency>
5762
<dependency>
5863
<groupId>software.amazon.lambda</groupId>
5964
<artifactId>powertools-common</artifactId>

powertools-metrics/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
</distributionManagement>
5757

5858
<dependencies>
59+
<dependency>
60+
<groupId>org.aspectj</groupId>
61+
<artifactId>aspectjrt</artifactId>
62+
<scope>provided</scope>
63+
</dependency>
5964
<dependency>
6065
<groupId>software.amazon.lambda</groupId>
6166
<artifactId>powertools-common</artifactId>

powertools-parameters/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
</distributionManagement>
5656

5757
<dependencies>
58+
<dependency>
59+
<groupId>org.aspectj</groupId>
60+
<artifactId>aspectjrt</artifactId>
61+
<scope>provided</scope>
62+
</dependency>
5863
<dependency>
5964
<groupId>software.amazon.lambda</groupId>
6065
<artifactId>powertools-common</artifactId>

powertools-tracing/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
</distributionManagement>
5757

5858
<dependencies>
59+
<dependency>
60+
<groupId>org.aspectj</groupId>
61+
<artifactId>aspectjrt</artifactId>
62+
<scope>provided</scope>
63+
</dependency>
5964
<dependency>
6065
<groupId>software.amazon.lambda</groupId>
6166
<artifactId>powertools-common</artifactId>

0 commit comments

Comments
 (0)