diff options
author | Balaji, Ramya (rb111y) <rb111y@att.com> | 2018-11-19 16:21:08 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-19 13:47:16 -0800 |
commit | 9540670f4d80e2a3a6ea596488d56e3a645680b4 (patch) | |
tree | aed28885400c1c8edf284305c6c9421e2cc35090 | |
parent | c23c9a063f9bd07b01abe17e5d57ad2a39422a0a (diff) |
Fix for Class dependency errors3.0.0-ONAP1.4.3
Issue-ID: APPC-1231
Change-Id: I0edce5fad720a5a6326ea7d0845e61db69665289
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index 4a0827bd8..3a99c5cff 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -44,7 +44,6 @@ <!-- <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> @@ -122,4 +121,4 @@ <artifactId>guava</artifactId> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |