diff options
Diffstat (limited to 'appc-metric/appc-metric-bundle/pom.xml')
-rw-r--r-- | appc-metric/appc-metric-bundle/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/appc-metric/appc-metric-bundle/pom.xml b/appc-metric/appc-metric-bundle/pom.xml index 3f053d083..20665236f 100644 --- a/appc-metric/appc-metric-bundle/pom.xml +++ b/appc-metric/appc-metric-bundle/pom.xml @@ -45,20 +45,7 @@ <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>junit</groupId> <artifactId>junit</artifactId> |