aboutsummaryrefslogtreecommitdiffstats
path: root/appc-provider
diff options
context:
space:
mode:
authorBalaji, Ramya (rb111y) <rb111y@att.com>2018-11-19 16:21:08 -0500
committerBalaji, Ramya (rb111y) <rb111y@att.com>2018-11-19 16:21:55 -0500
commitd1bae6ac15083a739f505624799adb609262a067 (patch)
treee09cba20931b02af24231e56fea8178f0507ee13 /appc-provider
parentf253b8197d1d37f0494a79fee45abc1b1951ca29 (diff)
Fix for Class dependency errors
Issue-ID: APPC-1231 Change-Id: I0edce5fad720a5a6326ea7d0845e61db69665289 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
Diffstat (limited to 'appc-provider')
-rw-r--r--appc-provider/appc-provider-model/pom.xml3
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 77a8c12ec..28605f9ce 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>