Skip to content

Commit

Permalink
changed dependency to commons-vfs2
Browse files Browse the repository at this point in the history
  • Loading branch information
msiuts committed Nov 12, 2011
1 parent 6c963fa commit 7f23363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -11,9 +11,9 @@

<dependencies>
<dependency>
<groupId>commons-vfs</groupId>
<artifactId>commons-vfs</artifactId>
<version>1.0</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 7f23363

Please sign in to comment.