# HG changeset patch # User Jaroslav Tulach # Date 1284319269 -7200 # Node ID 925ad06593492396a0c858ccea25b1644f127a66 # Parent 03762a20a8084f8efd34f613d15c682942a9ff51# Parent 935118a5831a0a5502075b483ca7903ae75837cd Merging changes made in default branch diff -r 03762a20a808 -r 925ad0659349 freemarkerdor/pom.xml --- a/freemarkerdor/pom.xml Sat Sep 11 21:01:31 2010 +0200 +++ b/freemarkerdor/pom.xml Sun Sep 12 21:21:09 2010 +0200 @@ -31,7 +31,7 @@ com.sun.jersey jersey-server - 1.1.0-ea + ${jerseyVersion} org.netbeans.modules @@ -55,14 +55,13 @@ com.sun.jersey jersey-client - 1.1.0-ea + ${jerseyVersion} - com.sun.jersey.test.framework - jersey-test-framework - 1.1.0-ea + com.sun.jersey.jersey-test-framework + jersey-test-framework-http + ${jerseyVersion} test - jar junit diff -r 03762a20a808 -r 925ad0659349 pom.xml --- a/pom.xml Sat Sep 11 21:01:31 2010 +0200 +++ b/pom.xml Sun Sep 12 21:21:09 2010 +0200 @@ -10,6 +10,12 @@ netbeans http://bits.netbeans.org/maven2/ + + maven2-repository.dev.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + default +