aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ajdoc/pom.xml')
-rw-r--r--ajdoc/pom.xml20
1 files changed, 13 insertions, 7 deletions
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml
index 22252b570..787f27600 100644
--- a/ajdoc/pom.xml
+++ b/ajdoc/pom.xml
@@ -18,7 +18,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
- <!-- The tests need this during runtime, even though no direct usage is in our classes -->
+ <!-- The tests need these during runtime, even though no direct usage is in our classes -->
<usedDependency>com.github.olivergondza:maven-jdk-tools-wrapper</usedDependency>
</usedDependencies>
</configuration>
@@ -27,6 +27,7 @@
</build>
<dependencies>
+
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>util</artifactId>
@@ -48,12 +49,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <!-- enables easy dependency on tools.jar -->
- <groupId>com.github.olivergondza</groupId>
- <artifactId>maven-jdk-tools-wrapper</artifactId>
- <version>0.1</version>
- </dependency>
- <dependency>
<groupId>org.aspectj</groupId>
<artifactId>asm-renamed</artifactId>
</dependency>
@@ -64,5 +59,16 @@
<scope>test</scope>
</dependency>
+ <!--
+ The tests need these during runtime, even though no direct usage is in our classes.
+ See also 'usedDependencies' in maven-dependency-plugin configuration.
+ -->
+ <dependency>
+ <!-- enables easy dependency on tools.jar -->
+ <groupId>com.github.olivergondza</groupId>
+ <artifactId>maven-jdk-tools-wrapper</artifactId>
+ <version>0.1</version>
+ </dependency>
+
</dependencies>
</project>