Author: echatellier Date: 2009-11-16 10:22:22 +0100 (Mon, 16 Nov 2009) New Revision: 2695 Modified: trunk/pom.xml Log: Remove useless dep Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-16 09:21:54 UTC (rev 2694) +++ trunk/pom.xml 2009-11-16 09:22:22 UTC (rev 2695) @@ -227,7 +227,7 @@ </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.2</version> + <version>2.1.2</version> <configuration> <developerConnection>${project.scm.connection}</developerConnection> </configuration> @@ -330,6 +330,10 @@ <groupId>org.swinglabs</groupId> <artifactId>swing-worker</artifactId> </exclusion> + <exclusion> + <groupId>com.jhlabs</groupId> + <artifactId>filters</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -481,9 +485,5 @@ <id>nuiton.release</id> <url>http://maven.nuiton.org/release</url> </pluginRepository> - <!-- <pluginRepository> - <id>apache.snapshot</id> - <url>http://repository.apache.org/snapshots</url> - </pluginRepository> --> </pluginRepositories> </project>
participants (1)
-
echatellier@users.chorem.org