diff options
author | Andy Clement <aclement@pivotal.io> | 2021-05-14 08:16:29 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2021-05-14 08:16:29 -0700 |
commit | ab208cde4276e58334f92f7607b31e77dde8a52d (patch) | |
tree | 2db1af39c3339ada13c058c9b85be061686f21ac /testing-util/pom.xml | |
parent | 1fc5195245883d306e2da3877b4fe4362ff0def9 (diff) | |
download | aspectj-ab208cde4276e58334f92f7607b31e77dde8a52d.tar.gz aspectj-ab208cde4276e58334f92f7607b31e77dde8a52d.zip |
Remove jdiff
Diffstat (limited to 'testing-util/pom.xml')
-rw-r--r-- | testing-util/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing-util/pom.xml b/testing-util/pom.xml index 0acc00a08..cd62ba319 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -33,12 +33,6 @@ <!-- Yes, not 'test' here --> <scope>compile</scope> </dependency> - <dependency> - <!-- Identical to lib/jdiff/jdiff.jar, a former system-scoped dependency. Now to be found on GitHub Packages. --> - <groupId>jdiff</groupId> - <artifactId>jdiff</artifactId> - <version>1.3</version> - </dependency> </dependencies> </project> |