Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update Commons-Io (#267)
Browse files Browse the repository at this point in the history
Remove Guava
  • Loading branch information
f11h authored Apr 27, 2022
1 parent 821f6c7 commit 4bcef42
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<shedlock.version>4.34.0</shedlock.version>
<reactivex.version>1.3.8</reactivex.version>
<h2.version>2.1.212</h2.version>
<commons-io.version>2.11.0</commons-io.version>
<!-- plugins -->
<plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
<plugin.sonar.version>3.9.1.2184</plugin.sonar.version>
<plugin.jacoco.version>0.8.8</plugin.jacoco.version>
<plugin.surefire.version>3.0.0-M5</plugin.surefire.version>
<guava.version>31.1-jre</guava.version>
<license.projectName>Corona-Warn-App / cwa-verification</license.projectName>
<license.inceptionYear>2020</license.inceptionYear>
<license.licenseName>apache_v2</license.licenseName>
Expand Down Expand Up @@ -146,11 +146,16 @@
<artifactId>spring-cloud-starter-openfeign</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-httpclient</artifactId>
Expand All @@ -171,11 +176,6 @@
<version>${jsonwebtoken.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit 4bcef42

Please sign in to comment.