aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bcel-builder/pom.xml')
-rw-r--r--bcel-builder/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml
index b1c8038bb..2188c7918 100644
--- a/bcel-builder/pom.xml
+++ b/bcel-builder/pom.xml
@@ -11,4 +11,12 @@
<artifactId>bcel-builder</artifactId>
+ <dependencies>
+ <dependency>
+ <!-- All modules referencing files inside 'lib' need this dependency -->
+ <groupId>org.aspectj</groupId>
+ <artifactId>lib</artifactId>
+ </dependency>
+ </dependencies>
+
</project>