aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/pom.xml b/util/pom.xml
index fd34a7700..4d65e69ec 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -11,4 +11,13 @@
<artifactId>util</artifactId>
+ <dependencies>
+ <dependency>
+ <!-- All modules referencing files inside 'lib' need this dependency -->
+ <groupId>org.aspectj</groupId>
+ <artifactId>lib</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
</project>