aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/pom.xml b/testing/pom.xml
index eeb45de81..dfd975838 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -13,6 +13,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>