From f253b8197d1d37f0494a79fee45abc1b1951ca29 Mon Sep 17 00:00:00 2001 From: "Balaji, Ramya (rb111y)" Date: Fri, 16 Nov 2018 13:31:26 -0500 Subject: More code changes for importing Adding explicit import/exports to pom, to see if issue the issue will resolve. Issue-ID: APPC-1231 Change-Id: I2138d9a8b8ddea151a97562663236061fef60275 Signed-off-by: Balaji, Ramya (rb111y) --- appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appc-dispatcher/appc-request-handler') diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index 93df6dec0..3ec2b4efc 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -159,6 +159,8 @@ org.onap.appc.lockmanager.api.*, org.onap.appc.requesthandler, org.onap.appc.requesthandler.objects, + org.opendaylight.yang.gen.v1.org.onap.appc.lcm.rev160108, + org.opendaylight.yang.gen.v1.org.onap.appc.lcm.rev160108.*, org.onap.appc.transactionrecorder, org.onap.appc.transactionrecorder.impl, org.onap.appc.transactionrecorder.objects, -- cgit 1.2.3-korg