diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-15 12:12:41 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-15 22:12:03 +0000 |
commit | 1e4afc2a3944e7a978235107269a6c1e50d452bf (patch) | |
tree | d4524bb2a3b34cfa627de87193c323d49a82c5db /appc-dg/appc-dg-shared | |
parent | d7589ece9ef193d29f024df4c18a57140601549f (diff) |
Add missing dependency
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
Diffstat (limited to 'appc-dg/appc-dg-shared')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml index aacfc48d5..e1f1fed9f 100644 --- a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml @@ -217,7 +217,7 @@ <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> |