diff options
author | Balaji, Ramya (rb111y) <rb111y@att.com> | 2018-11-16 13:31:26 -0500 |
---|---|---|
committer | Balaji, Ramya (rb111y) <rb111y@att.com> | 2018-11-16 13:33:10 -0500 |
commit | f253b8197d1d37f0494a79fee45abc1b1951ca29 (patch) | |
tree | bcbdcc1cce98a954d709837d37ac6b0a0cc00e6a | |
parent | 2174675eb2a6fdbbc770875a9c590bd39dcb4c04 (diff) |
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) <rb111y@att.com>
-rw-r--r-- | appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 1 |
2 files changed, 3 insertions, 0 deletions
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, diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index 0e5c37205..77a8c12ec 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -44,6 +44,7 @@ <!-- <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> --> <!-- <Bundle-Version>${project.version}</Bundle-Version> --> <!-- <Export-Package>org.onap.appc</Export-Package> --> + <Export-Package>org.opendaylight.yang.gen.v1.org.onap.appc.lcm.rev160108,org.opendaylight.yang.gen.v1.org.onap.appc.lcm.rev160108.*</Export-Package> </instructions> </configuration> </plugin> |