Author: sletellier Date: 2012-03-23 11:45:29 +0100 (Fri, 23 Mar 2012) New Revision: 53 Url: http://forge.codelutin.com/repositories/revision/jmexico/53 Log: Clean poms Modified: trunk/jmexico-editor-demo/pom.xml trunk/pom.xml Modified: trunk/jmexico-editor-demo/pom.xml =================================================================== --- trunk/jmexico-editor-demo/pom.xml 2012-03-23 10:36:59 UTC (rev 52) +++ trunk/jmexico-editor-demo/pom.xml 2012-03-23 10:45:29 UTC (rev 53) @@ -215,6 +215,7 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> + <version>1.3</version> <executions> <execution> <id>get-keystore</id> @@ -235,7 +236,7 @@ <!-- make webstart --> <plugin> - <groupId>org.codehaus.mojo.webstart</groupId> + <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> <executions> <execution> @@ -307,4 +308,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-23 10:36:59 UTC (rev 52) +++ trunk/pom.xml 2012-03-23 10:45:29 UTC (rev 53) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.1.1</version> + <version>3.2</version> </parent> <groupId>fr.reseaumexico</groupId> @@ -114,12 +114,6 @@ <version>${jaxxVersion}</version> </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>11.0.1</version> - </dependency> - <!-- xml parser --> <dependency> <groupId>xpp3</groupId> @@ -135,17 +129,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.1</version> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> </dependencies> </dependencyManagement>