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 /appc-inbound/appc-interfaces-service/bundle/pom.xml | |
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
Diffstat (limited to 'appc-inbound/appc-interfaces-service/bundle/pom.xml')
-rw-r--r-- | appc-inbound/appc-interfaces-service/bundle/pom.xml | 1 |
1 files changed, 1 insertions, 0 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> |