diff options
author | Balaji, Ramya (rb111y) <rb111y@att.com> | 2018-11-16 13:31:26 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-16 14:52:39 -0800 |
commit | ae50f26b45addec1c470ee367f7cadacee2a1bed (patch) | |
tree | 2ae11009aa55f452fdf443cdfd8f6e572ed12b49 /appc-provider | |
parent | ade26b786a5497e52d26bbe4a96cccaa030d729b (diff) |
More code changes for importing1.4.2
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>
Diffstat (limited to 'appc-provider')
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index 2e420a4a1..ab68c7b2e 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> |