Add submodules and scripts to run netconf-testtool
[transportpce.git] / api / pom.xml
index 05d415438fbb67ccd14a2f8a36c37a27052f0afe..905b5f676ee2922fe6c793e03dfa980429ab6996 100644 (file)
@@ -23,13 +23,35 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-inet-types</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-yang-types</artifactId>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>transportpce-ordmodels</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
+  <!--
+    Private references
+  -->
+  <build>
+     <plugins>
+       <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>3.0.1</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Include-Resource>{maven-resources},target/classes/LICENSE,META-INF/git.properties=-target/classes/META-INF/git.properties</Include-Resource>
+            <_exportcontents>
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.transportpce.stubrenderer.rev170403.service.implementation.request.input,
+              org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.rev170120.service.implementation.request.input,
+              org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev161014.internal.link,
+              org.opendaylight.yang.gen.v1.http.org.openroadm.device.rev161014.internal.links,*
+            </_exportcontents>
+          </instructions>
+        </configuration>
+       </plugin>
+     </plugins>
+  </build>
+
 </project>