Skip to content

Commit

Permalink
Now using commons-io See: T3-1193
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 22, 2014
1 parent f0da039 commit 64ddb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taverna-commandline-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.io</artifactId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>

Expand Down

0 comments on commit 64ddb76

Please sign in to comment.