Skip to content

Commit

Permalink
Merge pull request #13 from apache/dep
Browse files Browse the repository at this point in the history
declare commons-io as a dependency
  • Loading branch information
elharo committed Oct 12, 2020
2 parents 2103e93 + 585a7db commit 3ef0e2d
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 3ef0e2d

Please sign in to comment.