aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2017-05-05 15:56:31 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2017-05-11 08:01:01 -0400
commit1f41c5ad3c86294b4c05ddaecfb6e68a4ed123c6 (patch)
treef225d4ddc7b1a73eefdd9b9b65c2e9baeede8716
parentdd1a88c29ba7fd4c30c29b54389be1084725a38d (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: I78d98ef4cf42b1f6cf09eba21d41016896c16133 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
-rwxr-xr-xaai-service/features/pom.xml2
-rwxr-xr-xmdsal-resource/features/pom.xml2
-rwxr-xr-xresource-assignment/features/pom.xml2
-rwxr-xr-xsql-resource/features/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml
index 119b93e..3c26f7d 100755
--- a/aai-service/features/pom.xml
+++ b/aai-service/features/pom.xml
@@ -33,7 +33,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>
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml
index c1553f0..a5eb642 100755
--- a/mdsal-resource/features/pom.xml
+++ b/mdsal-resource/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>
diff --git a/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml
index 74d246c..6905757 100755
--- a/resource-assignment/features/pom.xml
+++ b/resource-assignment/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>
diff --git a/sql-resource/features/pom.xml b/sql-resource/features/pom.xml
index 4094ecc..1444614 100755
--- a/sql-resource/features/pom.xml
+++ b/sql-resource/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>