<artifactId>dlux.yangvisualizer</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.l2switch</groupId>
+ <artifactId>features-l2switch</artifactId>
+ <version>${l2switch.version}</version>
+ <classifier>features</classifier>
+ <type>xml</type>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>features-restconf</artifactId>
+ <version>${mdsal.version}</version>
+ <classifier>features</classifier>
+ <type>xml</type>
+ </dependency>
</dependencies>
<build>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
+ <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
+ <repository>mvn:org.opendaylight.l2switch/features-l2switch/${l2switch.version}/xml/features</repository>
<feature name='odl-dlux-all' version='${project.version}' description="Opendaylight dlux all features">
<feature>odl-dlux-core</feature>
<feature>odl-dlux-node</feature>
<feature name='odl-dlux-core' version='${project.version}' description="Opendaylight dlux minimal feature">
<feature>http</feature>
+ <feature version="${l2switch.version}">odl-l2switch-switch-rest</feature>
<bundle>mvn:com.google.guava/guava/${guava.version}</bundle>
<bundle>mvn:org.opendaylight.dlux/loader/${project.version}</bundle>
<bundle>mvn:org.opendaylight.dlux/loader.implementation/${project.version}</bundle>
<feature name="odl-dlux-yangui" version='${project.version}' description="Enable Yang UI in Opendaylight dlux">
<feature>odl-dlux-core</feature>
+ <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
<bundle>mvn:org.opendaylight.dlux/dlux.yangui/${project.version}</bundle>
<bundle>mvn:org.opendaylight.dlux/dlux.common.yangutils/${project.version}</bundle>
</feature>
<common.login.resources.version>0.1.0-SNAPSHOT</common.login.resources.version>
<common.yangutils.resources.version>0.1.0-SNAPSHOT</common.yangutils.resources.version>
<common.sigmatopology.resources.version>0.1.0-SNAPSHOT</common.sigmatopology.resources.version>
+ <l2switch.version>0.2.0-SNAPSHOT</l2switch.version>
+ <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
</properties>
<modules>