All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ght.cardinal.cardinal-features.0.2.2-Carbon.source-code.features.xml Maven / Gradle / Ivy

There is a newer version: 0.2.4-Carbon
Show newest version
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-cardinal-${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.controller/features-mdsal/1.5.2-Carbon/xml/features</repository>
  <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/0.10.2-Carbon/xml/features</repository>
  <repository>mvn:org.opendaylight.netconf/features-restconf/1.5.2-Carbon/xml/features</repository>
  <repository>mvn:org.opendaylight.netconf/features-netconf/${netconf.version}/xml/features</repository>
  <repository>mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features</repository>
  <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/${dluxapps.version}/xml/features</repository>
  <repository>mvn:org.opendaylight.tsdr/features-tsdr/${feature.tsdr.version}/xml/features</repository>
  <feature name="odl-cardinal-api" version="${project.version}" description="OpenDaylight :: cardinal :: api">
    <feature version="${mdsal.model.version}">odl-mdsal-models</feature>
    <bundle>wrap:mvn:org.opendaylight.cardinal/jdmk/0.2.2-Carbon</bundle>
    <bundle>mvn:org.opendaylight.cardinal/cardinal-api/0.2.2-Carbon</bundle>
  </feature>
  <feature name="odl-cardinal" version="${project.version}" description="OpenDaylight :: cardinal">
    <feature version="${mdsal.version}">odl-mdsal-broker</feature>
    <feature version="${project.version}">odl-cardinal-api</feature>
    <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
    <feature version="${netconf.version}">odl-netconf-connector</feature>
    <bundle>wrap:mvn:org.snmp4j/snmp4j/2.5.0</bundle>
    <bundle>wrap:mvn:org.snmp4j/snmp4j-agent/2.5.0</bundle>
    <bundle>wrap:mvn:com.jcraft/jsch/0.1.53</bundle>
    <bundle>wrap:mvn:org.opendaylight.cardinal/jdmk/0.2.2-Carbon</bundle>
    <bundle>mvn:org.opendaylight.cardinal/cardinal-impl/0.2.2-Carbon</bundle>
    <configfile finalname="${configfile.directory}/cardinal.xml">mvn:org.opendaylight.cardinal/cardinal-impl/0.2.2-Carbon/xml/config</configfile>
  </feature>
  <feature name="odl-cardinal-rest" version="${project.version}" description="OpenDaylight :: cardinal :: REST">
    <feature version="${project.version}">odl-cardinal</feature>
    <feature version="${restconf.version}">odl-restconf</feature>
  </feature>
  <feature name="odl-cardinal-ui" version="${project.version}" description="OpenDaylight :: cardinal :: UI">
    <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
    <feature version="${dluxapps.version}">odl-dluxapps-yangman</feature>
  </feature>
</features>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy