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

ght.coretutorials.ntfbenchmark-features.1.0.1-Lithium-SR1.source-code.features.xml Maven / Gradle / Ivy

There is a newer version: 1.0.4-Lithium-SR4
Show newest version
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-ntfbenchmark-${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/${yangtools.version}/xml/features</repository>
  <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
  <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
  <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
  <feature name="odl-ntfbenchmark-api" version="${project.version}" description="OpenDaylight :: ntfbenchmark :: api">
    <feature version="${yangtools.version}">odl-yangtools-models</feature>
    <bundle>mvn:org.opendaylight.coretutorials/ntfbenchmark-api/${project.version}</bundle>
  </feature>
  <feature name="odl-ntfbenchmark" version="${project.version}" description="OpenDaylight :: ntfbenchmark">
    <feature version="${mdsal.version}">odl-mdsal-broker</feature>
    <feature version="${project.version}">odl-ntfbenchmark-api</feature>
    <bundle>mvn:org.opendaylight.coretutorials/ntfbenchmark-impl/${project.version}</bundle>
    <configfile finalname="${configfile.directory}/ntfbenchmark.xml">mvn:org.opendaylight.coretutorials/ntfbenchmark-impl/${project.version}/xml/config</configfile>
  </feature>
  <feature name="odl-ntfbenchmark-rest" version="${project.version}" description="OpenDaylight :: ntfbenchmark :: REST">
    <feature version="${project.version}">odl-ntfbenchmark</feature>
    <feature version="${mdsal.version}">odl-restconf</feature>
  </feature>
  <feature name="odl-ntfbenchmark-ui" version="${project.version}" description="OpenDaylight :: ntfbenchmark :: UI">
    <feature version="${project.version}">odl-ntfbenchmark-rest</feature>
    <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
    <feature version="${dlux.version}">odl-dlux-all</feature>
    <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
  </feature>
</features>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy