diff options
Diffstat (limited to 'appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml | 2 |
1 files changed, 1 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 24148cb81..7f7e28d32 100644 --- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -77,7 +77,7 @@ <Embed-Transitive>true</Embed-Transitive> <Export-Service>org.onap.appc.transactionrecorder.TransactionRecorder</Export-Service> <Import-Package> - org.onap.appc.domainmodel.lcm,org.onap.ccsdk.sli.resource.dblib,org.onap.appc.dao.util,*;resolution:=optional + org.onap.appc.domainmodel.lcm,org.onap.ccsdk.sli.core.dblib,org.onap.appc.dao.util,*;resolution:=optional </Import-Package> <Export-Package> org.onap.appc.transactionrecorder,org.onap.appc.transactionrecorder.objects |