aboutsummaryrefslogtreecommitdiffstats
path: root/installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installer/pom.xml')
-rw-r--r--installer/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/pom.xml b/installer/pom.xml
index 970851574..b3cf10005 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -14,6 +14,14 @@
<packaging>pom</packaging>
<name>AspectJ Installer</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>run-all-junit-tests</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<!-- skip creation of test-jar in here -->