diff options
author | Jozef Gloncak <jgloncak@cisco.com> | 2016-02-02 08:35:12 +0100 |
---|---|---|
committer | Jozef Gloncak <jgloncak@cisco.com> | 2016-02-02 13:16:31 +0100 |
commit | a03a2cb26606a9099f2ea8cfd589f7ef503f0374 (patch) | |
tree | 071291fffee8e08fd6ae5481d99798666c64c480 /vbd/features/pom.xml | |
parent | 136b9074bc3a49fbbb86699eec6458d7f4d7ba7f (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/features/pom.xml')
-rw-r--r-- | vbd/features/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml index 0640372cb..ec852ba82 100644 --- a/vbd/features/pom.xml +++ b/vbd/features/pom.xml @@ -119,12 +119,14 @@ <groupId>${project.groupId}</groupId> <artifactId>vbd-impl</artifactId> </dependency> - <!--dependency> + + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-impl</artifactId> <type>xml</type> <classifier>config</classifier> - </dependency--> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-api</artifactId> |