diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml index 680f982fe..9eef9ddab 100644 --- a/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml @@ -43,6 +43,12 @@ limitations under the License. <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> + <exclusions> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.onap.appc</groupId> @@ -89,6 +95,11 @@ limitations under the License. <artifactId>appc-dg-aai</artifactId> <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> |