aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-data-services
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-data-services')
-rw-r--r--appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml12
-rw-r--r--appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml12
-rw-r--r--appc-config/appc-data-services/installer/pom.xml11
-rw-r--r--appc-config/appc-data-services/provider/pom.xml1
4 files changed, 0 insertions, 36 deletions
diff --git a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml
index 5ec9e4153..056a44973 100644
--- a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml
+++ b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml
@@ -42,18 +42,6 @@ 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>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
</dependency>
</dependencies>
diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml
index a8781669d..5f67fa54a 100644
--- a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml
+++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml
@@ -77,18 +77,6 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-data-services-provider</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>
</dependencies>
diff --git a/appc-config/appc-data-services/installer/pom.xml b/appc-config/appc-data-services/installer/pom.xml
index f87e55038..c3f48c7a0 100644
--- a/appc-config/appc-data-services/installer/pom.xml
+++ b/appc-config/appc-data-services/installer/pom.xml
@@ -57,17 +57,6 @@
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-data-services-provider</artifactId>
<version>1.5.0-SNAPSHOT</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>
</dependencies>
<build>
diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml
index e8e3aa90e..68c494e71 100644
--- a/appc-config/appc-data-services/provider/pom.xml
+++ b/appc-config/appc-data-services/provider/pom.xml
@@ -91,7 +91,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
</dependency>
</dependencies>