Make feature tests work again 25/15625/1
authorLorand Jakab <lojakab@cisco.com>
Mon, 23 Feb 2015 18:05:25 +0000 (20:05 +0200)
committerLorand Jakab <lojakab@cisco.com>
Mon, 23 Feb 2015 18:05:25 +0000 (20:05 +0200)
Change-Id: I281ccebc6686f82243c4086afe19a6f83dd2f9c3
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
commons/parent/pom.xml
features/pom.xml

index 686d7c39140c6ad3a2c9f92e9b08c990aedb0e37..8d5bf8bec5395d1de879c5b92ee70cf573c4e4d4 100644 (file)
           <artifactId>maven-release-plugin</artifactId>
           <version>${releaseplugin.version}</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.14.1</version>
-        </plugin>
         <plugin>
           <groupId>org.codehaus.enunciate</groupId>
           <artifactId>maven-enunciate-plugin</artifactId>
index 596df3b80145ad24665b0e77f79ecbb270dada81..ddfec30b1474125e95fcacb3de510824b41595ec 100644 (file)
     </dependency>
     <!-- test to validate features.xml -->
     <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
+      <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>features-test</artifactId>
+      <version>1.5.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
             <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
           </systemPropertyVariables>
           <dependenciesToScan>
-            <dependency>org.opendaylight.yangtools:features-test</dependency>
+            <dependency>org.opendaylight.odlparent:features-test</dependency>
           </dependenciesToScan>
         </configuration>
       </plugin>