diff options
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r-- | run-all-junit-tests/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index cd3f7e285..e8306d787 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -240,7 +240,13 @@ <scope>system</scope> <systemPath>${project.basedir}/../lib/ant/lib/ant.jar</systemPath> </dependency> - + <dependency> + <groupId>org.aspectj</groupId> + <artifactId>org.eclipse.jdt.core</artifactId> + <version>1.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/../org.eclipse.jdt.core/jdtcore-for-aspectj.jar</systemPath> + </dependency> <dependency> <groupId>jrockit</groupId> <artifactId>jrockit</artifactId> |