Merge "BUG-2345 Move bouncycastle bundles from netconf-connector to netconf feature"
authorTony Tkacik <ttkacik@cisco.com>
Fri, 14 Nov 2014 10:08:04 +0000 (10:08 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 14 Nov 2014 10:08:04 +0000 (10:08 +0000)
features/netconf-connector/src/main/resources/features.xml
features/netconf/src/main/resources/features.xml

index 614c9d013acb22a0580ca55dcd09d5eb093c6507..863833bcc0493105536a0af9fcb4926b26cf66a1 100644 (file)
         -->
         <feature version='${aaa.version}'>odl-aaa-netconf-plugin</feature>
         <bundle>mvn:org.opendaylight.controller/netconf-ssh/${netconf.version}</bundle>
-        <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
-        <bundle>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
       </feature>
       <feature name='odl-netconf-tcp' version='${netconf.version}' description="OpenDaylight :: Netconf Connector :: TCP">
         <feature version='${netconf.version}'>odl-netconf-impl</feature>
index fb668ae15adb788c1d5c718fb70968cc46f05196..9de15630c3941e63f01580a252b2faa4bf1627da 100644 (file)
@@ -57,6 +57,8 @@
     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
     <feature version='${project.version}'>odl-netconf-util</feature>
     <bundle>mvn:org.opendaylight.controller/netconf-netty-util/${project.version}</bundle>
+    <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
+    <bundle>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
     <bundle>mvn:org.apache.sshd/sshd-core/${sshd-core.version}</bundle>
     <bundle>mvn:org.openexi/nagasena/${exi.nagasena.version}</bundle>
     <bundle>mvn:io.netty/netty-codec/${netty.version}</bundle>