Remove commons-io dependency 39/111739/2
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 26 Aug 2020 11:50:00 +0000 (07:50 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 26 Aug 2020 11:56:12 +0000 (07:56 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 30bd0cd..2492c83 100644 (file)
--- 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>
                 <artifactId>hibernate-commons-annotations</artifactId>
                 <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>