diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-04 15:26:31 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-04 15:26:34 -0700 |
commit | 4e5f6810a25cb05fee98bb8027f47c057bbc88ec (patch) | |
tree | 5aff82fbdec7cc06ace762845092486d82cd4d51 | |
parent | 3099e80738203974c7a967a99dc65a8a97711243 (diff) |
Changes needed to install appc-interfaces-service
Change-Id: I3592f49b2561b518fb85e080031ce2bc0e432cf3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-880
-rw-r--r-- | appc-inbound/appc-interfaces-service/bundle/pom.xml | 1 | ||||
-rw-r--r-- | appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml index bfc156014..e5beab487 100644 --- a/appc-inbound/appc-interfaces-service/bundle/pom.xml +++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml @@ -41,6 +41,7 @@ <instructions> <Export-Package>org.onap.appc.interfaces.services</Export-Package> <Import-Package>org.onap.appc.aai.client,*;resolution:=optional</Import-Package> + <Embed-Dependency>jackson-dataformat-yaml</Embed-Dependency> <DynamicImport-Package>*</DynamicImport-Package> <Embed-Transitive>true</Embed-Transitive> </instructions> diff --git a/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml index ecb5520fc..7f4efda7a 100644 --- a/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml +++ b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml @@ -35,16 +35,15 @@ <feature name='appc-interfaces-service' description="Application Controller Interfaces Services" version='${project.version}'> - <feature version='${odl.mdsal.model.version}'>odl-mdsal-models</feature> + <feature>odl-mdsal-models</feature> <bundle>mvn:org.onap.appc/appc-interfaces-service-model/${project.version}</bundle> <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> - <feature version='${odl.mdsal.version}'>odl-mdsal-broker</feature> + <feature>odl-mdsal-broker</feature> <feature>ccsdk-sli</feature> <bundle>mvn:org.onap.appc/appc-interfaces-service-bundle/${project.version}</bundle> - <bundle>mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle> - <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0</bundle> - <feature version='${odl.mdsal.version}'>odl-restconf</feature> + <bundle dependency="true">mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle> + <feature>odl-restconf</feature> </feature> |