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

ght.neutron.features-neutron.0.7.3-Boron-SR3.source-code.features.xml Maven / Gradle / Ivy

There is a newer version: 0.8.4-Carbon
Show newest version
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-neutron-${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.aaa/features-aaa-shiro/0.4.3-Boron-SR3/xml/features</repository>
  <repository>mvn:org.opendaylight.yangtools/features-yangtools/1.0.3-Boron-SR3/xml/features</repository>
  <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/0.9.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>
  <feature name="odl-neutron-service" version="${project.version}" description="OpenDaylight :: Neutron :: API">
    <feature version="${project.version}">odl-neutron-spi</feature>
    <feature version="${project.version}">odl-neutron-northbound-api</feature>
    <feature version="${project.version}">odl-neutron-transcriber</feature>
  </feature>
  <feature name="odl-neutron-northbound-api" version="${project.version}" description="OpenDaylight :: Neutron :: Northbound">
    <feature version="${aaa.version}">odl-aaa-shiro</feature>
    <feature>war</feature>
    <feature version="${project.version}">odl-neutron-spi</feature>
    <bundle>mvn:org.opendaylight.neutron/northbound-api/0.7.3-Boron-SR3</bundle>
    <bundle>mvn:com.sun.jersey/jersey-core/1.17</bundle>
    <bundle>mvn:com.sun.jersey/jersey-server/1.17</bundle>
    <bundle>mvn:com.sun.jersey/jersey-servlet/1.17</bundle>
    <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/2.6.2</bundle>
    <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/2.6.2</bundle>
    <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/2.6.2</bundle>
    <bundle>mvn:org.osgi/org.osgi.core/5.0.0</bundle>
    <bundle>mvn:javax.validation/validation-api/1.1.0.Final</bundle>
  </feature>
  <feature name="odl-neutron-spi" version="${project.version}" description="OpenDaylight :: Neutron :: API">
    <feature version="${mdsal.model.version}">odl-mdsal-models</feature>
    <bundle>mvn:org.opendaylight.neutron/neutron-spi/0.7.3-Boron-SR3</bundle>
    <bundle>mvn:commons-net/commons-net/3.5</bundle>
    <bundle>mvn:org.osgi/org.osgi.core/5.0.0</bundle>
    <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.3.2</bundle>
  </feature>
  <feature name="odl-neutron-transcriber" version="${project.version}" description="OpenDaylight :: Neutron :: Implementation">
    <feature version="${project.version}">odl-neutron-northbound-api</feature>
    <feature version="${project.version}">odl-neutron-spi</feature>
    <feature>war</feature>
    <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
    <bundle>mvn:org.opendaylight.neutron/transcriber/0.7.3-Boron-SR3</bundle>
    <bundle>mvn:org.opendaylight.neutron/model/0.7.3-Boron-SR3</bundle>
    <bundle>mvn:org.osgi/org.osgi.core/5.0.0</bundle>
  </feature>
  <feature name="odl-neutron-logger" version="${project.version}" description="OpenDaylight :: Neutron :: Logger">
    <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
    <bundle>mvn:org.opendaylight.neutron/model/0.7.3-Boron-SR3</bundle>
    <bundle>mvn:org.opendaylight.neutron/neutron-logger/0.7.3-Boron-SR3</bundle>
    <bundle>mvn:org.osgi/org.osgi.core/5.0.0</bundle>
  </feature>
</features>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy