aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml2
-rw-r--r--appc-provider/appc-provider-model/pom.xml1
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 51cf8af33..ea86cd119 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 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>