Author: echatellier Date: 2013-02-12 18:52:35 +0100 (Tue, 12 Feb 2013) New Revision: 97 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/97 Log: Exclude commons-vfs2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-12 16:18:24 UTC (rev 96) +++ trunk/pom.xml 2013-02-12 17:52:35 UTC (rev 97) @@ -448,6 +448,12 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> <version>2.6.6</version> + <exclusions> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-vfs2</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>