summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml')
-rw-r--r--appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
index 9ed08dd73..86ed51498 100644
--- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
+++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
@@ -25,11 +25,12 @@
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-command-executor</artifactId>
- <version>1.4.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>binding-parent</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
+ <relativePath />
+ </parent>
<artifactId>appc-command-executor-core</artifactId>
<packaging>bundle</packaging>
@@ -106,6 +107,7 @@
org.onap.appc.executor.objects,
*;resolution:=optional
</Import-Package>
+ <_removeheaders>Import-Service</_removeheaders>
</instructions>
</configuration>
</plugin>
@@ -121,4 +123,5 @@
</dependency>
</dependencies>
</dependencyManagement>
+ <groupId>org.onap.appc</groupId>
</project>