Re-enable running of SingleFeaturesTest
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ce752b344533fdf61b16358cbab4e3631c47b1cf..be5647fb83cddef6a3ab51aebde40c132e1676ad 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
       <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
       <exi.nagasena.version>0000.0002.0038.0</exi.nagasena.version>
       <controller.distribution.version>0.2.0-SNAPSHOT</controller.distribution.version>
+      <features.test.version>1.5.0-SNAPSHOT</features.test.version>
 
       <!-- Sonar config -->
       <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
           <version>${netconf.parent.version}</version>
         </dependency>
 
+        <dependency>
+          <groupId>org.opendaylight.odlparent</groupId>
+          <artifactId>features-test</artifactId>
+          <version>${features.test.version}</version>
+        </dependency>
+
         <!-- thirdparty -->
         <dependency>
           <groupId>org.openexi</groupId>
               <version>${openflowplugin.model.version}</version>
             </dependency>
 
-            <!-- excluding old models pulled as transient dependencies 
+            <!-- excluding old models pulled as transient dependencies
                  TODO: remove -->
             <dependency>
               <groupId>org.opendaylight.openflowplugin</groupId>
 
     </profiles>
 
-    <repositories>
-      <repository>
-        <id>opendaylight-snapshot</id>
-        <name>opendaylight-snapshot</name>
-        <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
-        <id>public</id>
-        <name>public</name>
-        <url>http://nexus.opendaylight.org/content/groups/public</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-      </repository>
-
-    </repositories>
-
-    <pluginRepositories>
-      <pluginRepository>
-        <id>opendaylight-central</id>
-        <name>opendaylight-central</name>
-        <url>http://nexus.opendaylight.org/content/repositories/public</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-      </pluginRepository>
-      <pluginRepository>
-        <id>opendaylight-snapshot</id>
-        <name>central2</name>
-        <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-    </pluginRepositories>
-
     <modules>
       <module>openflowplugin-api</module>
       <module>openflowplugin</module>
       <module>samples/learning-switch</module>
       <module>applications</module>
       <module>model</module>
-      <module>legacy</module>  
+      <module>legacy</module>
   </modules>
 </project>