aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-08 10:25:15 -0700
committerPatrick Brady <pb071s@att.com>2018-08-13 22:02:26 +0000
commit606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 (patch)
tree7b32ce71d481b775755dba46ab7ca845f94f47dc /appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
parentb4e7e11ec4cd69495413714fd1eaa09e49fac334 (diff)
Upgrade appc-dispatcher features to karaf4
Change-Id: I9d2ea6e968a214f0b141d7a3fad7e09dd07eb6d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1136
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml')
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
index b77077512..493cb521e 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
@@ -24,11 +24,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-request-handler</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-request-handler-api</artifactId>
<packaging>bundle</packaging>
@@ -57,7 +58,7 @@
</dependency>
<dependency>
<groupId>org.onap.appc</groupId>
- <artifactId>appc-common</artifactId>
+ <artifactId>appc-common-bundle</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -86,4 +87,5 @@
</plugin>
</plugins>
</build>
+ <groupId>org.onap.appc</groupId>
</project>