From: Robert Varga Date: Fri, 29 Sep 2017 09:53:39 +0000 (+0200) Subject: BUG-9218: fix features to not duplicate upstream bundles X-Git-Tag: release/oxygen~61 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=fdf23e41ad0538ca01dd8e630f406679a7334650;p=netconf.git BUG-9218: fix features to not duplicate upstream bundles Restructures dependencies to pull in upstream features which provide the bundles we need. Change-Id: I7e1cf306abd100a1a50cc4248de78d85dc91df9c Signed-off-by: Robert Varga (cherry picked from commit ccce725613d3078a0ad18f3f8fbfa5e1d9aea68c) --- diff --git a/features/netconf/features-netconf/pom.xml b/features/netconf/features-netconf/pom.xml index 258503d7de..0f708c3a1d 100644 --- a/features/netconf/features-netconf/pom.xml +++ b/features/netconf/features-netconf/pom.xml @@ -23,130 +23,130 @@ 1.4.0-SNAPSHOT feature + + + + ${project.groupId} + netconf-artifacts + ${project.version} + import + pom + + + org.opendaylight.aaa + aaa-artifacts + 0.7.0-SNAPSHOT + import + pom + + + + + + org.opendaylight.aaa + odl-aaa-encryption-service + + 0.7.0-SNAPSHOT + features + xml + + ${project.groupId} odl-aaa-netconf-plugin - ${project.version} xml features ${project.groupId} odl-aaa-netconf-plugin-no-cluster - ${project.version} xml features ${project.groupId} odl-config-netconf-connector - ${project.version} xml features ${project.groupId} odl-netconf-all - ${project.version} xml features ${project.groupId} odl-netconf-api - ${project.version} xml features ${project.groupId} odl-netconf-client - ${project.version} xml features ${project.groupId} odl-netconf-impl - ${project.version} xml features ${project.groupId} odl-netconf-mapping-api - ${project.version} xml features ${project.groupId} odl-netconf-mdsal - 1.7.0-SNAPSHOT xml features ${project.groupId} odl-netconf-monitoring - ${project.version} xml features ${project.groupId} odl-netconf-netty-util - ${project.version} xml features ${project.groupId} odl-netconf-notifications-api - ${project.version} xml features ${project.groupId} odl-netconf-notifications-impl - ${project.version} xml features ${project.groupId} odl-netconf-ssh - ${project.version} xml features ${project.groupId} odl-netconf-tcp - ${project.version} xml features ${project.groupId} odl-netconf-util - ${project.version} xml features - - org.opendaylight.aaa - aaa-encrypt-service - 0.7.0-SNAPSHOT - - - org.opendaylight.aaa - aaa-encrypt-service - 0.7.0-SNAPSHOT - config - xml - diff --git a/features/netconf/odl-netconf-netty-util/pom.xml b/features/netconf/odl-netconf-netty-util/pom.xml index 54c2ac1878..1ec298de15 100644 --- a/features/netconf/odl-netconf-netty-util/pom.xml +++ b/features/netconf/odl-netconf-netty-util/pom.xml @@ -25,6 +25,25 @@ OpenDaylight :: Netconf :: Netty Util + + + + ${project.groupId} + netconf-artifacts + ${project.version} + import + pom + + + org.opendaylight.aaa + aaa-artifacts + 0.7.0-SNAPSHOT + import + pom + + + + org.apache.karaf.features @@ -35,37 +54,41 @@ runtime - ${project.groupId} - odl-netconf-api - ${project.version} + org.opendaylight.odlparent + odl-netty-4 + xml + features + + + org.opendaylight.aaa + odl-aaa-encryption-service + + 0.7.0-SNAPSHOT xml features + ${project.groupId} - odl-netconf-mapping-api - ${project.version} + odl-netconf-api xml features ${project.groupId} - odl-netconf-util - ${project.version} + odl-netconf-mapping-api xml features - org.opendaylight.odlparent - odl-netty-4 - 2.0.5 + ${project.groupId} + odl-netconf-util xml features ${project.groupId} netconf-netty-util - ${project.version} - \ No newline at end of file +