aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 30bd0cdf..2492c832 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,6 @@
<json.path.version>2.4.0</json.path.version>
<hibernate.core.version>5.4.18.Final</hibernate.core.version>
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
- <commons.io.version>2.5</commons.io.version>
<xml.apis.version>1.4.01</xml.apis.version>
<policy.common.version>1.7.1-SNAPSHOT</policy.common.version>
<policy.models.version>2.3.1-SNAPSHOT</policy.models.version>
@@ -109,11 +108,6 @@
<version>${hibernate.commons.annotations.version}</version>
</dependency>
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons.io.version}</version>
- </dependency>
- <dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>${xml.apis.version}</version>