diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-08 10:25:15 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-13 22:02:26 +0000 |
commit | 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 (patch) | |
tree | 7b32ce71d481b775755dba46ab7ca845f94f47dc /appc-dispatcher/appc-dispatcher-common/transaction-recorder | |
parent | b4e7e11ec4cd69495413714fd1eaa09e49fac334 (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-dispatcher-common/transaction-recorder')
-rw-r--r-- | appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml index 496d51987..59f15b1f9 100644 --- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -41,7 +41,7 @@ <dependencies> <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-common</artifactId> + <artifactId>appc-common-bundle</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -81,6 +81,7 @@ <Export-Package> org.onap.appc.transactionrecorder,org.onap.appc.transactionrecorder.impl,org.onap.appc.transactionrecorder.objects </Export-Package> + <_removeheaders>Import-Service,Export-Service</_removeheaders> </instructions> </configuration> </plugin> |