aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing-util/pom.xml')
-rw-r--r--testing-util/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index 1b8da6666..34e821665 100644
--- a/testing-util/pom.xml
+++ b/testing-util/pom.xml
@@ -34,7 +34,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <!-- 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. -->