Fixing an unsorted pom change 88/6588/1
authorGiovanni Meo <gmeo@cisco.com>
Tue, 29 Apr 2014 09:00:35 +0000 (11:00 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Tue, 29 Apr 2014 09:00:35 +0000 (11:00 +0200)
- This would cause changes every time someone builds

Change-Id: I134067fe52d9405f20b777db05e5710d10c12666
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
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>