Skip to content

Commit aabfe38

Browse files
committed
Fix integration test plexus-compiler-aspectj
1 parent 91442cc commit aabfe38

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

plexus-compiler-its/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@
1616
<dependencies>
1717
<dependency>
1818
<groupId>org.codehaus.plexus</groupId>
19-
<artifactId>plexus-compiler-javac-errorprone</artifactId>
19+
<artifactId>plexus-compiler-aspectj</artifactId>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.codehaus.plexus</groupId>
2323
<artifactId>plexus-compiler-javac</artifactId>
2424
</dependency>
25+
<dependency>
26+
<groupId>org.codehaus.plexus</groupId>
27+
<artifactId>plexus-compiler-javac-errorprone</artifactId>
28+
</dependency>
2529
</dependencies>
2630
<build>
2731
<plugins>

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
<artifactId>plexus-compiler-test</artifactId>
6464
<version>${project.version}</version>
6565
</dependency>
66+
<dependency>
67+
<groupId>org.codehaus.plexus</groupId>
68+
<artifactId>plexus-compiler-aspectj</artifactId>
69+
<version>${project.version}</version>
70+
</dependency>
6671
<dependency>
6772
<groupId>org.codehaus.plexus</groupId>
6873
<artifactId>plexus-compiler-javac-errorprone</artifactId>

0 commit comments

Comments
 (0)