ght.snbi.features-snbi.1.3.3-Boron-SR3.source-code.features.xml Maven / Gradle / Ivy
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-snbi-${project.version}" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <repository>mvn:org.opendaylight.yangtools/features-yangtools/1.0.3-Boron-SR3/xml/features</repository> <repository>mvn:org.opendaylight.controller/features-mdsal/1.4.3-Boron-SR3/xml/features</repository> <repository>mvn:org.opendaylight.netconf/features-restconf/1.4.3-Boron-SR3/xml/features</repository> <repository>mvn:org.opendaylight.netconf/features-netconf-connector/1.1.3-Boron-SR3/xml/features</repository> <repository>mvn:org.opendaylight.dlux/features-dlux/0.4.3-Boron-SR3/xml/features</repository> <feature name="odl-snbi-all" version="${project.version}" description="OpenDaylight :: snbi :: All"> <feature version="${project.version}">odl-snbi-southplugin</feature> <feature version="${project.version}">odl-snbi-shellplugin</feature> <feature version="${project.version}">odl-snbi-dlux</feature> </feature> <feature name="odl-snbi-southplugin" description="OpenDaylight :: SNBI :: SouthPlugin" version="${project.version}"> <feature version="${yangtools.version}">odl-yangtools-common</feature> <feature version="${mdsal.version}">odl-mdsal-broker</feature> <bundle>mvn:org.bouncycastle/bcprov-jdk15on/1.56</bundle> <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/1.56</bundle> <bundle>mvn:org.opendaylight.snbi/southplugin/1.3.3-Boron-SR3</bundle> </feature> <feature name="odl-snbi-shellplugin" description="OpenDaylight :: SNBI :: ShellPlugin" version="${project.version}"> <feature version="${project.version}">odl-snbi-southplugin</feature> <bundle>mvn:org.opendaylight.snbi/shellplugin/1.3.3-Boron-SR3</bundle> </feature> <feature name="odl-snbi-dlux" description="OpenDaylight :: SNBI :: Dlux" version="${project.version}"> <feature version="${restconf.version}">odl-restconf</feature> <feature version="${restconf.version}">odl-mdsal-apidocs</feature> <feature version="0.4.3-Boron-SR3">odl-dlux-core</feature> </feature> </features>