Bump SFC dependency version
[groupbasedpolicy.git] / features / pom.xml
index 69aefacff315b54213ffa71086105c57ba0678b6..39c5339025f08c50b24f35f84717456e7ac81f00 100755 (executable)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>features-groupbasedpolicy</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <prerequisites>
   </prerequisites>
 
   <properties>
-    <aaa.version>0.4.0-SNAPSHOT</aaa.version>
-    <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-    <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
-    <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.southbound.version>1.3.0-SNAPSHOT</ovsdb.southbound.version>
-    <neutron.version>0.7.0-SNAPSHOT</neutron.version>
-    <faas.version>1.1.0-SNAPSHOT</faas.version>
-    <sfc.version>0.3.0-SNAPSHOT</sfc.version>
-    <restconf.version>1.4.0-SNAPSHOT</restconf.version>
-    <dlux.version>0.4.0-SNAPSHOT</dlux.version>
+    <aaa.version>0.5.0-SNAPSHOT</aaa.version>
+    <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
+    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <ovsdb.southbound.version>1.4.0-SNAPSHOT</ovsdb.southbound.version>
+    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
+    <faas.version>1.2.0-SNAPSHOT</faas.version>
+    <sfc.version>0.5.0-SNAPSHOT</sfc.version>
+    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
+    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
-    <sxp.version>1.3.0-SNAPSHOT</sxp.version>
-    <netconf.version>1.1.0-SNAPSHOT</netconf.version>
+    <sxp.version>1.4.0-SNAPSHOT</sxp.version>
+    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
+    <vbd.version>1.1.0-SNAPSHOT</vbd.version>
   </properties>
 
   <dependencyManagement>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
+
+      <!-- honeycomb/VBD -->
+      <dependency>
+        <groupId>org.opendaylight.honeycomb.vbd</groupId>
+        <artifactId>vbd-artifacts</artifactId>
+        <version>${vbd.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
       <version>${neutron.version}</version>
       <type>xml</type>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.neutron</groupId>
-      <artifactId>dummyprovider</artifactId>
-      <version>${neutron.version}</version>
-    </dependency>
 
     <!-- Faas -->
     <dependency>
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-server</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller.thirdparty</groupId>
-      <artifactId>com.sun.jersey.jersey-servlet</artifactId>
-    </dependency>
 
     <!-- sxp -->
     <dependency>
       <classifier>features</classifier>
     </dependency>
 
+    <!-- honeycomb/VBD -->
+    <dependency>
+      <groupId>org.opendaylight.honeycomb.vbd</groupId>
+      <artifactId>vbd-features</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
+
     <!-- GBP -->
     <dependency>
       <groupId>commons-net</groupId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>ui-backend</artifactId>
+      <artifactId>groupbasedpolicy-ui-bundle</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>groupbasedpolicy-ui-bundle</artifactId>
+      <artifactId>sxp-ep-provider</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>groupbasedpolicy-old-ui-bundle</artifactId>
+      <artifactId>sxp-ep-provider</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>sxp-mapper</artifactId>
+      <artifactId>ios-xe-renderer</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>ios-xe-renderer</artifactId>
+      <artifactId>sxp-ise-adapter</artifactId>
     </dependency>
 
     <!-- GBP configuration -->
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>ui-backend</artifactId>
+      <artifactId>sxp-ep-provider</artifactId>
       <type>xml</type>
       <classifier>config</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>sxp-mapper</artifactId>
+      <artifactId>ios-xe-renderer</artifactId>
       <type>xml</type>
       <classifier>config</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>ios-xe-renderer</artifactId>
+      <artifactId>sxp-ise-adapter</artifactId>
       <type>xml</type>
       <classifier>config</classifier>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>