aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-generator
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-generator')
-rw-r--r--appc-config/appc-config-generator/features/features-appc-config-generator/pom.xml12
-rw-r--r--appc-config/appc-config-generator/features/onap-appc-config-generator/pom.xml12
-rw-r--r--appc-config/appc-config-generator/installer/pom.xml12
-rw-r--r--appc-config/appc-config-generator/provider/pom.xml1
4 files changed, 0 insertions, 37 deletions
diff --git a/appc-config/appc-config-generator/features/features-appc-config-generator/pom.xml b/appc-config/appc-config-generator/features/features-appc-config-generator/pom.xml
index 9084ea238..ca7d5416b 100644
--- a/appc-config/appc-config-generator/features/features-appc-config-generator/pom.xml
+++ b/appc-config/appc-config-generator/features/features-appc-config-generator/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-config-generator/features/onap-appc-config-generator/pom.xml b/appc-config/appc-config-generator/features/onap-appc-config-generator/pom.xml
index 226abeeea..c28f94c61 100644
--- a/appc-config/appc-config-generator/features/onap-appc-config-generator/pom.xml
+++ b/appc-config/appc-config-generator/features/onap-appc-config-generator/pom.xml
@@ -58,18 +58,6 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator-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-config-generator/installer/pom.xml b/appc-config/appc-config-generator/installer/pom.xml
index 5f1ef603e..1ea160035 100644
--- a/appc-config/appc-config-generator/installer/pom.xml
+++ b/appc-config/appc-config-generator/installer/pom.xml
@@ -57,18 +57,6 @@
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator-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-config-generator/provider/pom.xml b/appc-config/appc-config-generator/provider/pom.xml
index 2d8823863..e7a3c5670 100644
--- a/appc-config/appc-config-generator/provider/pom.xml
+++ b/appc-config/appc-config-generator/provider/pom.xml
@@ -49,7 +49,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>