Roll back to using ODL tarball
Roll back to using ODL Neon tarball until finished debugging issues
with custom ODL karaf distribution
Change-Id: Iad014537c15805e32832e2cbcee4813d661ae1fe
Issue-ID: CCSDK-1753
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/opendaylight/neon/neon-docker/pom.xml b/opendaylight/neon/neon-docker/pom.xml
index ec18345..c8228ee 100644
--- a/opendaylight/neon/neon-docker/pom.xml
+++ b/opendaylight/neon/neon-docker/pom.xml
@@ -57,9 +57,9 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>odl-neon-karaf</artifactId>
- <version>${project.version}</version>
+ <groupId>org.opendaylight.integration</groupId>
+ <artifactId>karaf</artifactId>
+ <version>${ccsdk.opendaylight.version}</version>
<type>tar.gz</type>
<overWrite>true</overWrite>