diff options
Diffstat (limited to 'dblib')
-rwxr-xr-x | dblib/features/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index f6a4b7a..b6793d8 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -40,7 +40,7 @@ <!-- 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>${odl.karaf.empty.distro.version}</version> <type>zip</type> @@ -96,7 +96,7 @@ <version>2.16</version> <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>${odl.karaf.empty.distro.version}</karaf.distro.version> </systemPropertyVariables> |