diff options
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> |