diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-aai/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-aai/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml index 2a5896ece..b22040d1f 100644 --- a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml @@ -36,6 +36,12 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-common-bundle</artifactId> <version>${project.version}</version> + <exclusions> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.onap.appc</groupId> @@ -87,6 +93,12 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.8.11.3</version> + </dependency> + </dependencies> <build> |