From: Tomas Cere Date: Mon, 31 Aug 2015 15:18:39 +0000 (+0200) Subject: Migrate netconf/restconf dependencies X-Git-Tag: release/beryllium~123^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F26239%2F8;p=sfc.git Migrate netconf/restconf dependencies Change-Id: Ic3c17dc3701dc97f23691fe73875573a2b630766 Signed-off-by: Tomas Cere --- diff --git a/features-sfc-netconf/pom.xml b/features-sfc-netconf/pom.xml index eef254d8f..821c52dff 100644 --- a/features-sfc-netconf/pom.xml +++ b/features-sfc-netconf/pom.xml @@ -54,6 +54,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller.model model-inventory + + + org.opendaylight.netconf + features-netconf-connector + ${netconf.parent.version} + + + org.opendaylight.netconf + features-netconf-connector + ${netconf.parent.version} + features + xml diff --git a/features-sfc-netconf/src/main/resources/features.xml b/features-sfc-netconf/src/main/resources/features.xml index 1e02dfe4b..823fdf46b 100644 --- a/features-sfc-netconf/src/main/resources/features.xml +++ b/features-sfc-netconf/src/main/resources/features.xml @@ -12,15 +12,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.sfc/features-sfc/${project.version}/xml/features - mvn:org.opendaylight.controller/features-netconf-connector/${mdsal.version}/xml/features - mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features + mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.parent.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features odl-sfc-provider-rest - odl-netconf-connector-all - odl-netconf-connector-ssh + odl-netconf-connector-all + odl-netconf-connector-ssh odl-netconf-mdsal mvn:org.opendaylight.sfc/sfc-netconf/${project.version} diff --git a/features/pom.xml b/features/pom.xml index e32f13d41..10e3a37f9 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -44,13 +44,14 @@ xml - org.opendaylight.controller + org.opendaylight.netconf features-restconf + ${restconf.version} features xml - org.opendaylight.controller + org.opendaylight.netconf features-netconf-connector features xml @@ -76,6 +77,11 @@ Put dependencies for bundles directly referenced in your features.xml file. For every reference in your features.xml file, you need a corresponding dependency here. --> + + org.opendaylight.netconf + sal-rest-docgen + ${restconf.version} + mvn:org.opendaylight.ovsdb/southbound-features/${ovsdb.southbound.version}/xml/features mvn:org.opendaylight.l2switch/features-l2switch/${l2switch.version}/xml/features @@ -56,7 +56,7 @@ --> odl-sfc-provider-rest - odl-mdsal-apidocs + odl-mdsal-apidocs http @@ -98,7 +98,7 @@ odl-sfc-provider - odl-restconf + odl-restconf diff --git a/pom.xml b/pom.xml index 371f264ed..b470b4250 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,8 @@ 0.4.0-SNAPSHOT 1.3.0-SNAPSHOT 1.8 - 0.4.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.3.0-SNAPSHOT src/main/yang-gen-config src/main/yang-gen-sal @@ -100,7 +101,14 @@ pom - org.opendaylight.controller + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + import + pom + + + org.opendaylight.netconf netconf-artifacts ${netconf.parent.version} import diff --git a/sfc-netconf/pom.xml b/sfc-netconf/pom.xml index 252913d4c..a1dff2537 100755 --- a/sfc-netconf/pom.xml +++ b/sfc-netconf/pom.xml @@ -148,7 +148,7 @@ ${project.version} - org.opendaylight.controller + org.opendaylight.netconf sal-netconf-connector diff --git a/sfc-provider/pom.xml b/sfc-provider/pom.xml index 3e0b1dc05..4038268b2 100755 --- a/sfc-provider/pom.xml +++ b/sfc-provider/pom.xml @@ -28,7 +28,7 @@ config-api - org.opendaylight.controller + org.opendaylight.netconf sal-netconf-connector