interface command separated from config command
[groupbasedpolicy.git] / features / pom.xml
index 626b07200178fff1068a67a0d6d05c0c85d497a7..53b315fae693859e1f9d62b88590758e8f3870ca 100755 (executable)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>features-groupbasedpolicy</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <prerequisites>
   </prerequisites>
 
   <properties>
-    <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.4.0-SNAPSHOT</sfc.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
+    <aaa.version>0.6.0-SNAPSHOT</aaa.version>
+    <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
+    <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
+    <openflowplugin.version>0.5.0-SNAPSHOT</openflowplugin.version>
+    <ovsdb.southbound.version>1.5.0-SNAPSHOT</ovsdb.southbound.version>
+    <neutron.version>0.9.0-SNAPSHOT</neutron.version>
+    <faas.version>1.3.0-SNAPSHOT</faas.version>
+    <sfc.version>0.6.0-SNAPSHOT</sfc.version>
+    <restconf.version>1.6.0-SNAPSHOT</restconf.version>
+    <dlux.version>0.6.0-SNAPSHOT</dlux.version>
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
-    <sxp.version>1.4.0-SNAPSHOT</sxp.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <vbd.version>1.1.0-SNAPSHOT</vbd.version>
+    <sxp.version>1.5.0-SNAPSHOT</sxp.version>
+    <netconf.version>1.3.0-SNAPSHOT</netconf.version>
+    <vbd.version>1.2.0-SNAPSHOT</vbd.version>
+    <!-- for jolokia -->
+    <feature.controller.extras.version>1.9.0-SNAPSHOT</feature.controller.extras.version>
   </properties>
 
   <dependencyManagement>
         <type>pom</type>
       </dependency>
 
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>features-extras</artifactId>
+        <version>${feature.controller.extras.version}</version>
+        <classifier>features</classifier>
+        <type>xml</type>
+      </dependency>
+
+
       <!-- netconf -->
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-extras</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
 
     <!-- Openflow plugin -->
     <dependency>
       <artifactId>sxp-core</artifactId>
       <version>${sxp.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.sxp</groupId>
+      <artifactId>sxp-controller</artifactId>
+      <version>${sxp.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.sxp</groupId>
       <artifactId>features</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>sxp-mapper</artifactId>
+      <artifactId>sxp-ep-provider</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
       <artifactId>sxp-ep-provider</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.groupbasedpolicy</groupId>
+      <artifactId>ip-sgt-distribution-service</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
       <artifactId>ios-xe-renderer</artifactId>
       <classifier>config</classifier>
     </dependency>
     <dependency>
+      <!-- finalname="/etc/org.opendaylight.groupbasedpolicy.renderer.vpp.startup.cfg" -->
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
       <artifactId>vpp-renderer</artifactId>
-      <type>xml</type>
+      <type>cfg</type>
       <classifier>config</classifier>
     </dependency>
     <dependency>
       <classifier>config</classifier>
     </dependency>
     <dependency>
+      <!-- finalname="/etc/org.opendaylight.groupbasedpolicy.neutron.vpp.mapper.startup.cfg" -->
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
       <artifactId>neutron-vpp-mapper</artifactId>
-      <type>xml</type>
+      <type>cfg</type>
       <classifier>config</classifier>
     </dependency>
     <dependency>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.groupbasedpolicy</groupId>
-      <artifactId>sxp-mapper</artifactId>
+      <artifactId>sxp-ep-provider</artifactId>
+      <type>xml</type>
+      <classifier>config</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.groupbasedpolicy</groupId>
+      <artifactId>ip-sgt-distribution-service</artifactId>
       <type>xml</type>
       <classifier>config</classifier>
     </dependency>