diff options
Diffstat (limited to 'appc-inbound/appc-artifact-handler')
-rw-r--r-- | appc-inbound/appc-artifact-handler/features/src/main/resources/features.xml | 1 | ||||
-rwxr-xr-x | appc-inbound/appc-artifact-handler/provider/pom.xml | 1 |
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> |