Bump javax.ws.rs-api version to 2.0 47/5747/1
authorRobert Varga <rovarga@cisco.com>
Tue, 25 Mar 2014 00:55:56 +0000 (01:55 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 25 Mar 2014 02:28:23 +0000 (03:28 +0100)
Change-Id: Iff730e66741f4824092690bdc0cdf8299ec344ce
Signed-off-by: Robert Varga <rovarga@cisco.com>
restconf/pom.xml

index be73c409162a326019932a10d3226d93ab439af7..18392f22f36af78acc8134a5db364e9d711008a5 100644 (file)
                 <artifactId>concepts</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.glassfish.jersey.ext</groupId>
-                <artifactId>jersey-proxy-client</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.glassfish.jersey.core</groupId>
-                <artifactId>jersey-client</artifactId>
-                <version>2.0</version>
-            </dependency>
 
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>javax.ws.rs-api</artifactId>
-                <version>2.0-m01</version>
+                <version>2.0</version>
             </dependency>
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <version>1.1.1</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.glassfish.jersey.ext</groupId>
+                <artifactId>jersey-proxy-client</artifactId>
+                <version>2.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.glassfish.jersey.core</groupId>
+                <artifactId>jersey-client</artifactId>
+                <version>2.0</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
         </pluginManagement>
     </build>
 
-</project>
\ No newline at end of file
+</project>