Skip to content

Commit c02b6db

Browse files
jeromevdlscottgerring
authored andcommitted
fix aspectj weaving
1 parent 2d77a3b commit c02b6db

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@
402402
</configuration>
403403
<executions>
404404
<execution>
405-
<phase>process-sources</phase>
406405
<goals>
407406
<goal>compile</goal>
408407
<goal>test-compile</goal>

powertools-idempotency/powertools-idempotency-dynamodb/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@
6868
<scope>test</scope>
6969
<type>dylib</type>
7070
</dependency>
71-
<dependency>
72-
<groupId>org.aspectj</groupId>
73-
<artifactId>aspectjrt</artifactId>
74-
<version>${aspectj.version}</version>
75-
<scope>test</scope>
76-
</dependency>
7771
</dependencies>
7872
<build>
7973
<plugins>
@@ -105,23 +99,16 @@
10599
<artifactId>powertools-idempotency-core</artifactId>
106100
</aspectLibrary>
107101
</aspectLibraries>
108-
`
109102
</configuration>
110103
<executions>
111104
<execution>
112-
<phase>process-sources</phase>
113105
<goals>
114106
<goal>compile</goal>
115107
<goal>test-compile</goal>
116108
</goals>
117109
</execution>
118110
</executions>
119111
<dependencies>
120-
<dependency>
121-
<groupId>org.aspectj</groupId>
122-
<artifactId>aspectjrt</artifactId>
123-
<version>${aspectj.version}</version>
124-
</dependency>
125112
<dependency>
126113
<groupId>org.aspectj</groupId>
127114
<artifactId>aspectjtools</artifactId>

0 commit comments

Comments
 (0)