aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 11:27:33 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 11:27:33 +0700
commit1664dbf1fc27e59e0783f8956dae3f09739988ad (patch)
tree9f2de23e2f7949e83cb227befd3518f306a87ded /testing
parente1a806fe4d5f7c86b6dc82d90775bc5ed45bbfe5 (diff)
downloadaspectj-1664dbf1fc27e59e0783f8956dae3f09739988ad.tar.gz
aspectj-1664dbf1fc27e59e0783f8956dae3f09739988ad.zip
Replace JDiff by regular Maven dependency from GitHub Packages
One less SCM-committed binary, one less system-scoped dependency. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'testing')
-rw-r--r--testing/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/pom.xml b/testing/pom.xml
index 660dec41f..0f1089e1f 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -85,13 +85,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>jdiff</groupId>
- <artifactId>jdiff</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/jdiff/jdiff.jar</systemPath>
- </dependency>
- <dependency>
<!-- Identical to lib/ant/lib/ant.jar, a former system-scoped dependency -->
<groupId>ant</groupId>
<artifactId>ant</artifactId>