aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests
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 /run-all-junit-tests
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 'run-all-junit-tests')
-rw-r--r--run-all-junit-tests/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index f2613d996..a2d8aa604 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -247,13 +247,6 @@
<systemPath>${project.basedir}/../lib/ext/jrockit/jrockit.jar</systemPath>
</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-launcher.jar, a former system-scoped dependency -->
<groupId>ant</groupId>
<artifactId>ant-launcher</artifactId>