diff options
Diffstat (limited to 'v3po/features')
-rw-r--r-- | v3po/features/pom.xml | 7 | ||||
-rw-r--r-- | v3po/features/src/main/features/features.xml | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml index c08008614..77473cade 100644 --- a/v3po/features/pom.xml +++ b/v3po/features/pom.xml @@ -123,6 +123,13 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>v3po-impl</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>netconf</classifier> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>v3po-api</artifactId> <version>${project.version}</version> </dependency> diff --git a/v3po/features/src/main/features/features.xml b/v3po/features/src/main/features/features.xml index 2055dd935..3d3ffdb3e 100644 --- a/v3po/features/src/main/features/features.xml +++ b/v3po/features/src/main/features/features.xml @@ -37,6 +37,7 @@ <bundle>mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version}</bundle> <bundle>wrap:mvn:io.fd.vpp/vppjapi/1.0.0-SNAPSHOT</bundle> <configfile finalname="${configfile.directory}/v3po.xml">mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version}/xml/config</configfile> + <configfile finalname="${configfile.directory}/v3po-netconf.xml">mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version}/xml/netconf</configfile> </feature> <feature name='odl-v3po-rest' version='${project.version}' description='OpenDaylight :: v3po :: REST'> |