Merge "Fixing an unsorted pom change"
authorGiovanni Meo <gmeo@cisco.com>
Tue, 29 Apr 2014 14:18:45 +0000 (14:18 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 29 Apr 2014 14:18:45 +0000 (14:18 +0000)
opendaylight/commons/opendaylight/pom.xml

index f30d4b005ad54e0e87d31a102faa8b5961b1513e..e0891662ea95b8204e318f5214ccb169de5c0c61 100644 (file)
         <artifactId>jersey-core</artifactId>
         <version>${jersey.version}</version>
       </dependency>
-      <dependency>
-        <groupId>javax.ws.rs</groupId>
-        <artifactId>jsr311-api</artifactId>
-        <version>${jsr311.api.version}</version>
-      </dependency>
       <dependency>
         <groupId>com.sun.jersey</groupId>
         <artifactId>jersey-server</artifactId>
         <artifactId>netty-transport</artifactId>
         <version>${netty.version}</version>
       </dependency>
+      <dependency>
+        <groupId>javax.ws.rs</groupId>
+        <artifactId>jsr311-api</artifactId>
+        <version>${jsr311.api.version}</version>
+      </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>javax.activation</artifactId>