Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Remove commons-io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Jun 10, 2020
1 parent 8b0a95e commit 175a654
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jhipster-dependencies/pom.xml
Expand Up @@ -51,7 +51,6 @@
<couchbase-encryption.version>2.0.1</couchbase-encryption.version>
<!-- waiting for https://github.com/jhipster/generator-jhipster/issues/11136 -->
<cucumber-jvm.version>4.8.1</cucumber-jvm.version>
<commons-io.version>2.6</commons-io.version>
<de.flapdoodle.embed.mongo.version>2.2.0</de.flapdoodle.embed.mongo.version>
<dropwizard-metrics.version>4.1.9</dropwizard-metrics.version>
<guava.version>29.0-jre</guava.version>
Expand Down Expand Up @@ -130,11 +129,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
Expand Down

0 comments on commit 175a654

Please sign in to comment.