summaryrefslogtreecommitdiffstats
path: root/appc-provider
diff options
context:
space:
mode:
Diffstat (limited to 'appc-provider')
-rw-r--r--appc-provider/appc-provider-bundle/pom.xml13
-rw-r--r--appc-provider/appc-provider-features/features-appc-provider/pom.xml13
-rw-r--r--appc-provider/appc-provider-features/onap-appc-provider/pom.xml14
3 files changed, 3 insertions, 37 deletions
diff --git a/appc-provider/appc-provider-bundle/pom.xml b/appc-provider/appc-provider-bundle/pom.xml
index 7c1772a30..9a4b0d8d1 100644
--- a/appc-provider/appc-provider-bundle/pom.xml
+++ b/appc-provider/appc-provider-bundle/pom.xml
@@ -108,17 +108,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>
@@ -181,4 +170,4 @@
<artifactId>json</artifactId>
</dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file
diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml
index 997280f78..19ab1d1ab 100644
--- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml
+++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml
@@ -20,18 +20,7 @@
<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>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
</dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file
diff --git a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml
index ce2e209c5..9df0b8eeb 100644
--- a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml
+++ b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml
@@ -21,18 +21,6 @@
<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>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
</dependency>
<dependency>
@@ -55,4 +43,4 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file