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, 0 insertions, 12 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 b22040d1f..2a5896ece 100644 --- a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml @@ -36,12 +36,6 @@ <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> @@ -93,12 +87,6 @@ <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> |