Author: tchemit Date: 2013-02-01 00:23:43 +0100 (Fri, 01 Feb 2013) New Revision: 2488 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2488 Log: fixes #2519: Remove maven scm dependencies from nuiton-utils Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-01-31 23:17:52 UTC (rev 2487) +++ trunk/pom.xml 2013-01-31 23:23:43 UTC (rev 2488) @@ -145,6 +145,16 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> <version>2.0</version> + <exclusions> + <exclusion> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-api</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-svnexe</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>