summaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-yang-generator
diff options
context:
space:
mode:
Diffstat (limited to 'appc-sdc-listener/appc-yang-generator')
-rw-r--r--appc-sdc-listener/appc-yang-generator/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml
index 3bc1663ae..828c0ce29 100644
--- a/appc-sdc-listener/appc-yang-generator/pom.xml
+++ b/appc-sdc-listener/appc-yang-generator/pom.xml
@@ -78,6 +78,18 @@ limitations under the License.
<groupId>org.openecomp.sdc.common</groupId>
<artifactId>openecomp-tosca-datatype</artifactId>
<version>${toscalib.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>
<build>