Author: tchemit Date: 2013-09-12 12:28:37 +0200 (Thu, 12 Sep 2013) New Revision: 424 Url: http://nuiton.org/projects/jredmine/repository/revisions/424 Log: refs #2846: updates mavenpom to 4.1 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-09-11 22:39:48 UTC (rev 423) +++ trunk/pom.xml 2013-09-12 10:28:37 UTC (rev 424) @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>4.0</version> + <version>4.1-SNAPSHOT</version> </parent> <artifactId>jredmine</artifactId> @@ -99,12 +99,6 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${httpCommonsHttpclientVersion}</version> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpCommonsHttpclientVersion}</version> <exclusions> @@ -116,12 +110,6 @@ </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpmime</artifactId> - <version>${httpCommonsHttpclientVersion}</version> - </dependency> - - <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-api</artifactId> <version>${helperPluginVersion}</version> @@ -185,13 +173,6 @@ <dependency> <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>3.0.14</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> <version>1.1.8</version> <exclusions> @@ -225,12 +206,6 @@ </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.7</version> - </dependency> - - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>${mavenVersion}</version>