diff options
Diffstat (limited to 'appc-oam/appc-oam-bundle/pom.xml')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index 4e0c3dbd2..a4cde77e1 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -97,18 +97,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>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.8.11.3</version> </dependency> <dependency> <groupId>org.onap.appc</groupId> |