HONEYCOMB-61: Move vpp context model to v3po-api 79/1179/5
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 18 May 2016 06:49:56 +0000 (08:49 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Mon, 23 May 2016 10:14:45 +0000 (10:14 +0000)
Change-Id: I92d9cdd199e245adf5d22ff9756e05d82d66abc4
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
v3po/api/src/main/yang/naming-context.yang [moved from v3po/vpp-translate-utils/src/main/yang/naming-context.yang with 91% similarity]
v3po/vpp-translate-utils/pom.xml

@@ -11,7 +11,6 @@ module naming-context {
             "Initial revision.";
     }
 
-    // TODO This should become part of v3po-api as operational-only data
     container contexts {
 
         list naming-context {
index ee931c5..cc87e16 100644 (file)
             <artifactId>translate-utils</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>v3po-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp</artifactId>