This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a48e697  SLING-9607 Fix conflicting dependency to commons-io where two 
different versions are listed
a48e697 is described below

commit a48e6976a31fdb542409c9758ccd5d32f39ec0a2
Author: Eric Norman <[email protected]>
AuthorDate: Sun Jul 26 13:55:45 2020 -0700

    SLING-9607 Fix conflicting dependency to commons-io where two different
    versions are listed
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a8bb008..073ecc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,12 +206,6 @@
             <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>2.4</version>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.jetbrains</groupId>

Reply via email to