Bug 1186 - of-flow: pop-mpls-action different in config and operational data store
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index abebcba9b228cea07f3a13f23b3e2d10b1fec159..d708998de2698da7bce6e5b4660d9e9c46538df2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,8 @@
       <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
       <slf4j.version>1.7.2</slf4j.version>
       <logback.version>1.0.9</logback.version>
+      <karaf.version>3.0.1</karaf.version>
+      <mdsal.version>1.1-SNAPSHOT</mdsal.version>
       <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
       <openflowjava.version>0.5-SNAPSHOT</openflowjava.version>
       <controller.model.version>1.1-SNAPSHOT</controller.model.version>
@@ -52,7 +54,7 @@
       <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
       <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
       <maven.bundle.version>2.4.0</maven.bundle.version>
-      <exi.nagasena.version>0000.0002.0038.0-SNAPSHOT</exi.nagasena.version>
+      <exi.nagasena.version>0000.0002.0038.0</exi.nagasena.version>
     </properties>
 
     <dependencyManagement>
 
         <!-- thirdparty -->
         <dependency>
-          <groupId>org.opendaylight.controller.thirdparty</groupId>
+          <groupId>org.openexi</groupId>
           <artifactId>nagasena</artifactId>
           <version>${exi.nagasena.version}</version>
         </dependency>
         <dependency>
-          <groupId>org.opendaylight.controller.thirdparty</groupId>
+          <groupId>org.openexi</groupId>
           <artifactId>nagasena-rta</artifactId>
           <version>${exi.nagasena.version}</version>
         </dependency>
       <module>openflowplugin-it</module>
       <module>test-provider</module>
       <module>drop-test</module>
+      <module>features</module>
       <module>samples/sample-consumer</module>
       <module>samples/learning-switch</module>
     </modules>