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

Commit

Permalink
Added the commons-io library explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Jul 5, 2012
1 parent f0a2885 commit aafe117
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions external-listeners/pom.xml
Expand Up @@ -60,5 +60,11 @@
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>

</dependencies>
</project>

0 comments on commit aafe117

Please sign in to comment.