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, 37 insertions, 0 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 ca7d5416b..9084ea238 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,6 +42,18 @@ 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 c28f94c61..226abeeea 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,6 +58,18 @@ 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 1ea160035..5f1ef603e 100644
--- a/appc-config/appc-config-generator/installer/pom.xml
+++ b/appc-config/appc-config-generator/installer/pom.xml
@@ -57,6 +57,18 @@
<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 e7a3c5670..2d8823863 100644
--- a/appc-config/appc-config-generator/provider/pom.xml
+++ b/appc-config/appc-config-generator/provider/pom.xml
@@ -49,6 +49,7 @@
<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>