Author: tchemit Date: 2012-03-21 13:10:36 +0100 (Wed, 21 Mar 2012) New Revision: 249 Url: http://nuiton.org/repositories/revision/jredmine/249 Log: IssueID #2024 Use redmine REST Api instead of the jredmine redmine plugin (just add deps) Modified: trunk/jredmine-client/pom.xml trunk/pom.xml Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2012-03-21 12:05:56 UTC (rev 248) +++ trunk/jredmine-client/pom.xml 2012-03-21 12:10:36 UTC (rev 249) @@ -43,6 +43,11 @@ <dependencies> <dependency> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-client</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin</artifactId> <scope>compile</scope> @@ -66,6 +71,11 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-21 12:05:56 UTC (rev 248) +++ trunk/pom.xml 2012-03-21 12:10:36 UTC (rev 249) @@ -63,7 +63,14 @@ <dependencyManagement> <dependencies> + <dependency> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-client</artifactId> + <version>1.12</version> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin</artifactId> <version>${helperPluginVersion}</version>