aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc
diff options
context:
space:
mode:
Diffstat (limited to 'ajdoc')
-rw-r--r--ajdoc/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml
index 787f27600..e071e10c3 100644
--- a/ajdoc/pom.xml
+++ b/ajdoc/pom.xml
@@ -29,6 +29,12 @@
<dependencies>
<dependency>
+ <!-- All modules referencing files inside 'lib' need this dependency -->
+ <groupId>org.aspectj</groupId>
+ <artifactId>lib</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.aspectj</groupId>
<artifactId>util</artifactId>
<version>${project.version}</version>