aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-14 16:18:42 -0700
committerPatrick Brady <pb071s@att.com>2018-05-14 23:21:57 +0000
commitd7589ece9ef193d29f024df4c18a57140601549f (patch)
tree12d4b5ff8e04e2eed0599b4e85cb029a3fa35422
parent3ffa74f86cb45f6a7125e07735f65f05d1dc4d30 (diff)
Add appc-yang-generator as bundle
Change-Id: Ifaa388425d21d62e34481f38bfa6d014e023d5e7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-895
-rw-r--r--appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml1
-rwxr-xr-xappc-inbound/appc-artifact-handler/provider/pom.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml b/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml
index 4c5b9dcd1..3909d1c4b 100644
--- a/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml
+++ b/appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml
@@ -40,6 +40,7 @@
<bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle>
<bundle>mvn:org.onap.appc/appc-artifact-handler-model/${project.version}</bundle>
<bundle>mvn:org.onap.appc/appc-artifact-handler-provider/${project.version}</bundle>
+ <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle>
<configfile finalname="etc/opendaylight/karaf/200-artifact-handler-provider.xml">mvn:org.onap.appc/appc-artifact-handler-provider/${project.version}/xml/config</configfile>
</feature>
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml
index f3be520f3..724cb1409 100755
--- a/appc-inbound/appc-artifact-handler/provider/pom.xml
+++ b/appc-inbound/appc-artifact-handler/provider/pom.xml
@@ -46,7 +46,6 @@ limitations under the License.
<Import-Package>!com.google,!org.apache.commons.configuration,*;resolution:=optional</Import-Package>
<Embed-Dependency>commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml</Embed-Dependency>
</instructions>
- <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
</configuration>
</plugin>
<plugin>