Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / renderers / ofoverlay / pom.xml
index f6eda37894309dfb32c14ee1e98b8f2b5c9f37b5..56d535fe05f55a48756642dca81a4face0aad831 100755 (executable)
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.6.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
   <artifactId>ofoverlay-renderer</artifactId>
   <packaging>bundle</packaging>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
-    <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
-    <liblldp.version>0.11.0-SNAPSHOT</liblldp.version>
-    <sfc.version>0.3.0-SNAPSHOT</sfc.version>
+    <ovsdb.version>1.5.2-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.5.2-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.13.2-SNAPSHOT</liblldp.version>
   </properties>
 
   <dependencies>
       <artifactId>openflowplugin-extension-nicira</artifactId>
       <version>${openflowplugin.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.openflowplugin</groupId>
+      <artifactId>openflowplugin-api</artifactId>
+      <version>${openflowplugin.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>liblldp</artifactId>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
     </dependency>
+    <!-- REST client-->
+    <dependency>
+       <groupId>com.sun.jersey</groupId>
+       <artifactId>jersey-client</artifactId>
+    </dependency>
+    <dependency>
+       <groupId>com.google.code.gson</groupId>
+       <artifactId>gson</artifactId>
+    </dependency>
     <!-- SFC -->
     <dependency>
       <groupId>org.opendaylight.sfc</groupId>
       <artifactId>sfc-provider</artifactId>
-      <version>${sfc.version}</version>
     </dependency>
     <!-- testing dependencies -->
     <dependency>
@@ -60,7 +75,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
       <artifactId>powermock-api-mockito</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.jersey-test-framework</groupId>
+      <artifactId>jersey-test-framework-grizzly2</artifactId>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>