aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/pom.xml
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-01-29 16:59:46 -0800
committerAndy Clement <aclement@pivotal.io>2019-01-29 16:59:46 -0800
commite8436048b1667bc2d1d7c9a48070fb73a281daf9 (patch)
treea3b344eb0d1b9b73fc08f611e09cf9705ae3a899 /ajde/pom.xml
parentbe07484b4a9da8ba8399080c182bf095ba62a2fe (diff)
downloadaspectj-e8436048b1667bc2d1d7c9a48070fb73a281daf9.tar.gz
aspectj-e8436048b1667bc2d1d7c9a48070fb73a281daf9.zip
mavenizing ajde - done
Diffstat (limited to 'ajde/pom.xml')
-rw-r--r--ajde/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ajde/pom.xml b/ajde/pom.xml
index aecd6318f..8f34c729d 100644
--- a/ajde/pom.xml
+++ b/ajde/pom.xml
@@ -37,6 +37,13 @@
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
+ <artifactId>org.aspectj.ajdt.core</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.aspectj</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>${project.version}</version>
</dependency>