From: Robert Varga Date: Wed, 9 Jan 2019 12:49:38 +0000 (+0100) Subject: Install both restconf northbounds with odl-restconf X-Git-Tag: release/neon~55 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=4634b1a9e2ff6b4710dc223fb394eeae8a8bead9;p=netconf.git Install both restconf northbounds with odl-restconf Now that we have separate packaging for both northbounds, make sure we pull them into odl-restconf. This eliminates the need for odl-restconf-nb-rfc8040-all, as that is a subset of odl-restconf-all. Change-Id: Iafda7f00aeb635414db6230410f055a857db032d Signed-off-by: Robert Varga --- diff --git a/features/restconf/features-restconf/pom.xml b/features/restconf/features-restconf/pom.xml index 2d5e153e12..8e05f6adbd 100644 --- a/features/restconf/features-restconf/pom.xml +++ b/features/restconf/features-restconf/pom.xml @@ -64,12 +64,5 @@ xml features - - ${project.groupId} - odl-restconf-nb-rfc8040-all - ${project.version} - xml - features - diff --git a/features/restconf/odl-restconf-nb-rfc8040-all/pom.xml b/features/restconf/odl-restconf-nb-rfc8040-all/pom.xml deleted file mode 100644 index a80e88bbd9..0000000000 --- a/features/restconf/odl-restconf-nb-rfc8040-all/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - single-feature-parent - 4.0.7 - - - - org.opendaylight.netconf - odl-restconf-nb-rfc8040-all - 1.9.0-SNAPSHOT - feature - - OpenDaylight :: Restconf NB - RFC8040:: All - - - - ${project.groupId} - odl-restconf-nb-rfc8040 - ${project.version} - xml - features - - - ${project.groupId} - odl-mdsal-apidocs - ${project.version} - xml - features - - - diff --git a/features/restconf/odl-restconf/pom.xml b/features/restconf/odl-restconf/pom.xml index 53ffe24dba..ce9ab1af4f 100644 --- a/features/restconf/odl-restconf/pom.xml +++ b/features/restconf/odl-restconf/pom.xml @@ -31,5 +31,12 @@ xml features + + org.opendaylight.netconf + odl-restconf-nb-rfc8040 + ${project.version} + xml + features + diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index c669a0dbb4..8507a412ad 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -36,7 +36,6 @@ odl-restconf-nb-bierman02-base odl-restconf-nb-bierman02-noauth odl-restconf-nb-rfc8040 - odl-restconf-nb-rfc8040-all