aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-07 11:07:18 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-07 11:21:35 +0200
commit231eff1c9dbc74ea985f247c99a6d38132c38d35 (patch)
treea23cb6160ba2fc9bdceee4eeda2a70c337fa320e /jdisc_core
parenta429a77efa405ca5f4c62379101f7429b3ada840 (diff)
Deduplicate version declarations
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index cdc1eb76b6d..fa9bf05fad3 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -39,7 +39,6 @@
<!-- Newer version than the one in rt.jar, including the ElementTraversal class needed by Xerces (Aug 2015, still valid Sep 2017) -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
- <version>1.4.01</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
@@ -262,7 +261,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>3.0.0-M6</version>
<executions>
<execution>
<goals>