summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-08-26 07:50:00 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-08-26 07:56:12 -0400
commit3fb61743113683b2be271429263a96fb0a7dd90a (patch)
tree69a5f14b19eef5251bb873ab3968b6dd9a5e0c7f /pom.xml
parent72cf248dced4e272e69a8c48f5ee24c9d345f41d (diff)
Remove commons-io dependency
Policy parent has this declaration to the latest 2.7 version of commons-io which fixes a sonatype security issue. There is no reason that drools-pdp should be declaring this. Issue-ID: POLICY-2798 Change-Id: Ie7dbe14458be4ead395dfcbebbc1c0cd3ccc4ea6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-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>