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

mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-8.x by this push:
     new c1d20bb  WICKET-6659 commons-io:commons-io is used in multiple 
versions at same time
c1d20bb is described below

commit c1d20bb60c6cc081fab09494e05f64a2228cd6d8
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Apr 24 19:26:10 2019 +0200

    WICKET-6659 commons-io:commons-io is used in multiple versions at same time
    
    Exclude commons-io dependency of commons-fileupload
    Update commons-collections4 to 4.3
    
    (cherry picked from commit cabcc164f3c795b63587191e93474931cf2f9da2)
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6e0931..e94d4fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
     <asm.version>7.1</asm.version>
                <cglib.version>3.2.10</cglib.version>
                <commons-collections.version>3.2.2</commons-collections.version>
-               <commons-collections4.version>4.2</commons-collections4.version>
+               <commons-collections4.version>4.3</commons-collections4.version>
                <commons-fileupload.version>1.4</commons-fileupload.version>
                <commons-lang3.version>3.6</commons-lang3.version>
                <jacoco.version>0.8.2</jacoco.version>
@@ -242,6 +242,12 @@
                                <groupId>commons-fileupload</groupId>
                                <artifactId>commons-fileupload</artifactId>
                                <version>${commons-fileupload.version}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>commons-io</groupId>
+                                               
<artifactId>commons-io</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
                        <dependency>
                                <groupId>commons-io</groupId>

Reply via email to