summaryrefslogtreecommitdiffstats
path: root/vbd/artifacts
diff options
context:
space:
mode:
authorJozef Gloncak <jgloncak@cisco.com>2016-02-02 08:35:12 +0100
committerJozef Gloncak <jgloncak@cisco.com>2016-02-02 13:16:31 +0100
commita03a2cb26606a9099f2ea8cfd589f7ef503f0374 (patch)
tree071291fffee8e08fd6ae5481d99798666c64c480 /vbd/artifacts
parent136b9074bc3a49fbbb86699eec6458d7f4d7ba7f (diff)
Adding named augmentation + prepare naked application.
Named augmentation of node topology-types was added for better readibility of generated code. Running application was created. It is possible to start via installing feature odl-vbd-rest. Change-Id: I2d919cd20d962ff9b28143794f6984137331c51a Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Diffstat (limited to 'vbd/artifacts')
-rw-r--r--vbd/artifacts/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vbd/artifacts/pom.xml b/vbd/artifacts/pom.xml
index b52fa71dd..6b926a4dd 100644
--- a/vbd/artifacts/pom.xml
+++ b/vbd/artifacts/pom.xml
@@ -35,6 +35,13 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>vbd-impl</artifactId>
+ <type>xml</type>
+ <classifier>config</classifier>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vbd-features</artifactId>
<version>1.0.0-SNAPSHOT</version>