From 3fb61743113683b2be271429263a96fb0a7dd90a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 26 Aug 2020 07:50:00 -0400 Subject: 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 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 30bd0cdf..2492c832 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,6 @@ 2.4.0 5.4.18.Final 5.0.1.Final - 2.5 1.4.01 1.7.1-SNAPSHOT 2.3.1-SNAPSHOT @@ -108,11 +107,6 @@ hibernate-commons-annotations ${hibernate.commons.annotations.version} - - commons-io - commons-io - ${commons.io.version} - xml-apis xml-apis -- cgit 1.2.3-korg