17 Mar
2013
17 Mar
'13
11:58 p.m.
Author: tchemit Date: 2013-03-18 00:58:54 +0100 (Mon, 18 Mar 2013) New Revision: 639 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/639 Log: fix dependencies Modified: trunk/tutti-service/pom.xml Modified: trunk/tutti-service/pom.xml =================================================================== --- trunk/tutti-service/pom.xml 2013-03-17 23:54:03 UTC (rev 638) +++ trunk/tutti-service/pom.xml 2013-03-17 23:58:54 UTC (rev 639) @@ -98,6 +98,11 @@ <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-vfs2</artifactId> + </dependency> + <!-- Logging --> <dependency>