summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/demoApp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/demoApp/pom.xml')
-rw-r--r--sdnr/wt/odlux/apps/demoApp/pom.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml
index 2f51bf132..dae67b17b 100644
--- a/sdnr/wt/odlux/apps/demoApp/pom.xml
+++ b/sdnr/wt/odlux/apps/demoApp/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent</artifactId>
+ <artifactId>binding-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -159,17 +159,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Import-Package>org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.*</Import-Package>
- <Private-Package/>
- </instructions>
- </configuration>
- </plugin>
</plugins>
</build>
</project>