diff options
Diffstat (limited to 'appc-config/appc-config-params/features/onap-appc-config-params/pom.xml')
-rw-r--r-- | appc-config/appc-config-params/features/onap-appc-config-params/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml index 860fd2491..889cad4f4 100644 --- a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml +++ b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml @@ -63,6 +63,18 @@ limitations under the License. <groupId>org.openecomp.sdc.common</groupId> <artifactId>openecomp-tosca-datatype</artifactId> <version>${tosca.datatype.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.yaml</groupId> |