Add missing dependency 83/47683/2
authorPatrick Brady <pb071s@att.com>
Tue, 15 May 2018 19:12:41 +0000 (12:12 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 15 May 2018 22:12:03 +0000 (22:12 +0000)
Add the missing jackson dependency to embed. I was going to
remove all embeds and use the versions that are exported by
odl, but it would require lowering the jackson versions being
used by dg-common, and I don't want to risk breaking something
at this point.

Change-Id: Ic64fb5acb989ba1b882d06205392ec1de7638612
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-893

appc-dg/appc-dg-shared/appc-dg-common/pom.xml

index aacfc48..e1f1fed 100644 (file)
                                                <Private-Package>org.onap.appc.dg.common.impl.*</Private-Package>
                                                <Import-Package>org.onap.appc.adapter.message.*,org.onap.appc.adapter.factory.*,org.onap.appc.adapter.messaging.*,
                                                        *;resolution:=optional</Import-Package>
-                                               <Embed-Dependency>appc-dg-mdsal-bundle,appc-dg-domain-model-lib,appc-dg-dependency-model,jackson-dataformat-yaml,jackson-databind,jackson-core;scope=compile|runtime;inline=false;artifactId=!org.eclipse.osgi</Embed-Dependency>
+                                               <Embed-Dependency>appc-dg-mdsal-bundle,appc-dg-domain-model-lib,appc-dg-dependency-model,jackson-dataformat-yaml,jackson-databind,jackson-core,jackson-annotations;scope=compile|runtime;inline=false;artifactId=!org.eclipse.osgi</Embed-Dependency>
 
                                                <!--Embed-Dependency>eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency-->
                                                <Embed-Transitive>true</Embed-Transitive>