aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util
diff options
context:
space:
mode:
Diffstat (limited to 'testing-util')
-rw-r--r--testing-util/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index 8e5262fd6..1b8da6666 100644
--- a/testing-util/pom.xml
+++ b/testing-util/pom.xml
@@ -37,11 +37,10 @@
<version>4.13</version>
</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.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/jdiff/jdiff.jar</systemPath>
+ <version>1.3</version>
</dependency>
</dependencies>