Skip to content

Commit 3ffb0ce

Browse files
aviod a few more of the duplicate libs with version conflicts
1 parent a2c97cd commit 3ffb0ce

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

calvalus-portal/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<dependency>
8989
<groupId>commons-io</groupId>
9090
<artifactId>commons-io</artifactId>
91-
<version>2.4</version>
9291
</dependency>
9392
<dependency>
9493
<groupId>commons-fileupload</groupId>

calvalus-reporting/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@
102102
<dependency>
103103
<groupId>commons-io</groupId>
104104
<artifactId>commons-io</artifactId>
105-
<version>2.4</version>
106105
</dependency>
107106
<dependency>
108107
<groupId>commons-cli</groupId>
109108
<artifactId>commons-cli</artifactId>
110-
<version>1.3.1</version>
111109
</dependency>
112110
<dependency>
113111
<groupId>org.apache.httpcomponents</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
<dependency>
613613
<groupId>commons-cli</groupId>
614614
<artifactId>commons-cli</artifactId>
615-
<version>1.1</version>
615+
<version>1.3.1</version>
616616
</dependency>
617617

618618
<!-- JFreeChart -->

0 commit comments

Comments
 (0)