From: Ryan Goulding Date: Wed, 22 Mar 2017 10:26:25 +0000 (-0400) Subject: Migrate to karaf4 for the local karaf distribution X-Git-Tag: release/nitrogen~136^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=cb106fb29817db6c9e39ae6f47a3c3276d8e5e92;p=netconf.git Migrate to karaf4 for the local karaf distribution Several folks have put in incredible effort to make karaf4 a reality in ODL. Kudos to those folks for this great effort. This patch officially converts netconf's local karaf distribution to use odlparent's karaf4-parent artifact. The karaf4 implementation will still be accessible at the following well-known path: > karaf/target/assembly Change-Id: I00a1e5b93f5c57447e95a714d40e0635b5747393 Signed-off-by: Ryan Goulding --- diff --git a/karaf/pom.xml b/karaf/pom.xml index 9046c16d86..65a37b10a8 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -10,9 +10,9 @@ 4.0.0 org.opendaylight.odlparent - karaf-parent + karaf4-parent 1.9.0-SNAPSHOT - + org.opendaylight.netconf netconf-karaf @@ -36,7 +36,7 @@ org.opendaylight.netconf - features-netconf + features4-netconf ${netconf.version} features xml @@ -44,7 +44,7 @@ org.opendaylight.netconf - features-netconf-connector + features4-netconf-connector ${netconf.version} features xml @@ -52,7 +52,7 @@ org.opendaylight.netconf - features-restconf + features4-restconf ${restconf.version} features xml @@ -60,7 +60,7 @@ org.opendaylight.netconf - features-yanglib + features4-yanglib ${netconf.version} features xml