summaryrefslogtreecommitdiffstats
path: root/v3po/features
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-03-22 17:57:16 +0100
committerMarek Gradzki <mgradzki@cisco.com>2016-03-31 14:27:54 +0000
commit3368459b88f4a1aca74eecf13216d1a3fafcc889 (patch)
tree96a7cdc140b800ac3288150b526496199f5bb695 /v3po/features
parent1fb7cb0596bde05c0931c43e53fba98e74005f9d (diff)
Dedicated NETCONF north interface for v3po
Change-Id: I3a001ef68f7ff43ec1b2a935dd474ec966cea878 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/features')
-rw-r--r--v3po/features/pom.xml7
-rw-r--r--v3po/features/src/main/features/features.xml1
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'>