# HG changeset patch # User Jaroslav Tulach # Date 1340828630 -7200 # Node ID 61a4abd3f3625e168077cd6618dcf2608072e569 # Parent 0ea04469967d47224f6215ea96f434c86ae09ebd Use dependencyManagement to manage dependencies diff -r 0ea04469967d -r 61a4abd3f362 freemarkerdor/pom.xml --- a/freemarkerdor/pom.xml Sun May 01 21:10:07 2011 +0200 +++ b/freemarkerdor/pom.xml Wed Jun 27 22:23:50 2012 +0200 @@ -31,7 +31,6 @@ com.sun.jersey jersey-server - ${jerseyVersion} org.netbeans.modules @@ -55,12 +54,10 @@ com.sun.jersey jersey-client - ${jerseyVersion} com.sun.jersey.jersey-test-framework jersey-test-framework-http - ${jerseyVersion} test diff -r 0ea04469967d -r 61a4abd3f362 pom.xml --- a/pom.xml Sun May 01 21:10:07 2011 +0200 +++ b/pom.xml Wed Jun 27 22:23:50 2012 +0200 @@ -46,7 +46,6 @@ http://apidesign.org - 1.6 1.4 1.19 1.0-SNAPSHOT @@ -78,4 +77,50 @@ + + + + com.sun.jersey + jersey-core + 1.6 + + + com.sun.jersey + jersey-server + 1.6 + + + com.sun.jersey + jersey-json + 1.6 + jar + + + jaxb-api + javax.xml.bind + + + stax-api + stax + + + + + com.sun.jersey.jersey-test-framework + jersey-test-framework-http + 1.6 + test + + + com.sun.jersey + jersey-grizzly2 + 1.6 + + + com.sun.jersey + jersey-client + 1.6 + + + diff -r 0ea04469967d -r 61a4abd3f362 statistics/pom.xml --- a/statistics/pom.xml Sun May 01 21:10:07 2011 +0200 +++ b/statistics/pom.xml Wed Jun 27 22:23:50 2012 +0200 @@ -24,17 +24,14 @@ com.sun.jersey jersey-core - ${jerseyVersion} com.sun.jersey jersey-server - ${jerseyVersion} com.sun.jersey jersey-json - ${jerseyVersion} jar @@ -50,7 +47,6 @@ com.sun.jersey.jersey-test-framework jersey-test-framework-http - ${jerseyVersion} test diff -r 0ea04469967d -r 61a4abd3f362 webidor/pom.xml --- a/webidor/pom.xml Sun May 01 21:10:07 2011 +0200 +++ b/webidor/pom.xml Wed Jun 27 22:23:50 2012 +0200 @@ -23,17 +23,14 @@ com.sun.jersey jersey-core - ${jerseyVersion} com.sun.jersey jersey-grizzly2 - ${jerseyVersion} com.sun.jersey jersey-json - ${jerseyVersion} jar @@ -49,7 +46,6 @@ com.sun.jersey.jersey-test-framework jersey-test-framework-http - ${jerseyVersion} test diff -r 0ea04469967d -r 61a4abd3f362 wsdor/pom.xml --- a/wsdor/pom.xml Sun May 01 21:10:07 2011 +0200 +++ b/wsdor/pom.xml Wed Jun 27 22:23:50 2012 +0200 @@ -64,17 +64,14 @@ com.sun.jersey jersey-core - ${jerseyVersion} com.sun.jersey jersey-server - ${jerseyVersion} com.sun.jersey jersey-json - ${jerseyVersion} jar