From: Stephen Kitt Date: Fri, 6 Jan 2017 17:28:50 +0000 (+0100) Subject: Use new Karaf 3 odlparent features X-Git-Tag: release/carbon~324 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8438f3659c2b70ecb66af27684781b34bcfa328f Use new Karaf 3 odlparent features This migrates controller to the new odlparent features. This is useful as a stable base before the Karaf 4 migration (which only has the new odlparent features). Change-Id: Id638e57cdc4f30e2790f5677471310de666b7378 Signed-off-by: Stephen Kitt --- diff --git a/features/config/pom.xml b/features/config/pom.xml index 543215ad99..58abc7566d 100644 --- a/features/config/pom.xml +++ b/features/config/pom.xml @@ -17,6 +17,7 @@ 1.1.0-SNAPSHOT 2.2.0-SNAPSHOT 0.6.0-SNAPSHOT + 1.8.0-SNAPSHOT features.xml etc/opendaylight/karaf diff --git a/features/config/src/main/features/features.xml b/features/config/src/main/features/features.xml index 960e5c8e50..e34769d481 100644 --- a/features/config/src/main/features/features.xml +++ b/features/config/src/main/features/features.xml @@ -21,7 +21,7 @@ odl-config-api - odl-netty + odl-netty-4 mvn:org.opendaylight.controller/netty-config-api/{{VERSION}} diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index c2ffc48a83..26e1ce581f 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -19,6 +19,7 @@ 1.1.0-SNAPSHOT 2.2.0-SNAPSHOT 0.10.0-SNAPSHOT + 1.8.0-SNAPSHOT 1.5.0-SNAPSHOT 0.6.0-SNAPSHOT 1.8.0-SNAPSHOT diff --git a/features/mdsal/src/main/features/features.xml b/features/mdsal/src/main/features/features.xml index a7780bee52..1ba88d395b 100644 --- a/features/mdsal/src/main/features/features.xml +++ b/features/mdsal/src/main/features/features.xml @@ -37,7 +37,7 @@ odl-mdsal-common odl-config-startup odl-config-netty - odl-lmax + odl-lmax-3 odl-mdsal-dom @@ -75,9 +75,9 @@ odl-mdsal-broker-local - odl-akka-system - odl-akka-persistence - odl-akka-clustering + odl-akka-system-2.4 + odl-akka-persistence-2.4 + odl-akka-clustering-2.4 mvn:org.opendaylight.controller/sal-clustering-commons/{{VERSION}} mvn:org.opendaylight.controller/sal-akka-raft/{{VERSION}} mvn:io.dropwizard.metrics/metrics-core/{{VERSION}} @@ -94,7 +94,7 @@ odl-mdsal-broker-local odl-mdsal-clustering-commons - odl-akka-leveldb + odl-akka-leveldb-0.7 mvn:org.opendaylight.controller/sal-remoterpc-connector/{{VERSION}}