aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2017-05-15 08:48:32 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2017-05-15 08:48:32 -0400
commit44775a0ec9732f2874c1b07fee15c393949b55b8 (patch)
tree6b3f3371563dacbf70cee5c1e4b5376c4cb9640c /sli
parent104b51dbd150172e60ba202443e0db4de00ff3cc (diff)
Depend on opendaylight-karaf-empty from odlparent
As per as BUG 6278 in ODL: https://bugs.opendaylight.org/show_bug.cgi?id=6278 karaf-parent, and its child have been moved to odlparent. Aligning downstream consumer to avoid breakage once the artifact is removed from controller. Change-Id: I2cbcb29141405d5e14ea5815ca95a88ed9824157 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'sli')
-rwxr-xr-xsli/features/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sli/features/pom.xml b/sli/features/pom.xml
index d796986..d308105 100755
--- a/sli/features/pom.xml
+++ b/sli/features/pom.xml
@@ -44,7 +44,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.version}</version>
<type>zip</type>
@@ -99,7 +99,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>