Release appc
[appc.git] / appc-dg / appc-dg-shared / appc-dg-netconf / pom.xml
index 4cb5257..5037ce2 100644 (file)
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.onap.appc</groupId>
-               <artifactId>appc-dg-shared</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-       </parent>
+    <parent>
+        <groupId>org.onap.appc.parent</groupId>
+        <artifactId>binding-parent</artifactId>
+        <version>2.6.2</version>
+        <relativePath />
+    </parent>
+    <groupId>org.onap.appc</groupId>
        <artifactId>appc-dg-netconf</artifactId>
        <packaging>bundle</packaging>
 
        <dependencies>
                <dependency>
                        <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-common</artifactId>
+                       <artifactId>appc-common-bundle</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
                        <scope>test</scope>
                </dependency>
 
-
+               <dependency>
+                       <groupId>org.javassist</groupId>
+                       <artifactId>javassist</artifactId>
+                       <version>3.22.0-GA</version>
+                       <scope>test</scope>
+               </dependency>
 
        </dependencies>
 
                                                </Import-Package>
                                                <!--Embed-Dependency>eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency-->
                                                <Embed-Transitive>true</Embed-Transitive>
+                                               <_removeheaders>Import-Service</_removeheaders>
                                        </instructions>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
+       <version>1.6.4</version>
 </project>