Use opendaylight-karaf-empty from odlparent
[integration/distribution.git] / features-test / pom.xml
index 38712f81f0d913f1b7355b975b8f39d5abd436d4..11e2adbcc496d06919705bab7215effef89b4090 100644 (file)
@@ -58,7 +58,7 @@
         </dependency>
         <!-- dependency for opendaylight-karaf-empty for use by testing -->
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
+            <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>opendaylight-karaf-empty</artifactId>
             <version>${feature.odlparent.version}</version>
             <type>zip</type>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <systemPropertyVariables>
-                        <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
+                        <karaf.distro.groupId>org.opendaylight.odlparent</karaf.distro.groupId>
                         <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
                         <karaf.distro.version>${feature.odlparent.version}</karaf.distro.version>
                     </systemPropertyVariables>