Skip to content

Commit

Permalink
declare commons-io as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Sep 28, 2020
1 parent 2103e93 commit 585a7db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@
<artifactId>sisu-inject-plexus</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>

<dependency>
<groupId>org.sonatype.aether</groupId>
Expand Down

0 comments on commit 585a7db

Please sign in to comment.