diff options
Diffstat (limited to 'testing/pom.xml')
-rw-r--r-- | testing/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/pom.xml b/testing/pom.xml index d998c7d7d..eb546ebc6 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -32,6 +32,11 @@ </dependency> <dependency> <groupId>org.aspectj</groupId> + <artifactId>runtime</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.aspectj</groupId> <artifactId>asm</artifactId> <version>${project.version}</version> </dependency> @@ -139,6 +144,13 @@ <scope>system</scope> <systemPath>${project.basedir}/../lib/commons/commons.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> </dependencies> <build> |