aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing-util/pom.xml')
-rw-r--r--testing-util/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index 384852893..0acc00a08 100644
--- a/testing-util/pom.xml
+++ b/testing-util/pom.xml
@@ -13,6 +13,11 @@
<dependencies>
<dependency>
+ <!-- All modules referencing files inside 'lib' need this dependency -->
+ <groupId>org.aspectj</groupId>
+ <artifactId>lib</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.aspectj</groupId>
<artifactId>util</artifactId>
<version>${project.version}</version>