Merge "BUG 2676 : Use notification-dispatcher for DataChangeListener actors"
[controller.git] / features / netconf-connector / pom.xml
index b44fa11657346148c27eada449d0b1c5f433e426..9cb2b1e33ffceaa6c20b92b0e67a5b601a30fe43 100644 (file)
     -->
     <!-- test to validate features.xml -->
    <!--FIXME BUG-2195 When running single feature tests for netconf connector, features including ssh proxy server always fail (this behavior does not appear when running karaf distro directly)-->
-    <!--<dependency>-->
-      <!--<groupId>org.opendaylight.yangtools</groupId>-->
-      <!--<artifactId>features-test</artifactId>-->
-      <!--<version>${yangtools.version}</version>-->
-      <!--<scope>test</scope>-->
-    <!--</dependency>-->
+    <dependency>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>features-test</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!-- dependency for opendaylight-karaf-empty for use by testing -->
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
                 <karaf.distro.version>${commons.opendaylight.version}</karaf.distro.version>
               </systemPropertyVariables>
               <dependenciesToScan>
-               <dependency>org.opendaylight.yangtools:features-test</dependency>
+               <dependency>org.opendaylight.odlparent:features-test</dependency>
               </dependenciesToScan>
             </configuration>
           </plugin>