Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 39d24a8

Browse files
author
Stefan Kock
committed
SORMAS-Foundation#3584: Added commons-io as Domain lib, version update: 2.5 -> 2.8.0
1 parent b8511bf commit 39d24a8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

sormas-base/dependencies/serverlibs.pom

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<groupId>commons-collections</groupId>
7171
<artifactId>commons-collections</artifactId>
7272
</dependency>
73+
<dependency>
74+
<groupId>commons-io</groupId>
75+
<artifactId>commons-io</artifactId>
76+
</dependency>
7377
<dependency>
7478
<groupId>commons-logging</groupId>
7579
<artifactId>commons-logging</artifactId>

sormas-base/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@
388388
<version>3.2.2</version>
389389
<scope>provided</scope>
390390
</dependency>
391+
<dependency>
392+
<groupId>commons-io</groupId>
393+
<artifactId>commons-io</artifactId>
394+
<version>2.8.0</version>
395+
<scope>provided</scope>
396+
</dependency>
391397
<dependency>
392398
<groupId>commons-logging</groupId>
393399
<artifactId>commons-logging</artifactId>

0 commit comments

Comments
 (0)