TOSCA model enhancements
[policy/engine.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index af038fb..b31f725 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
        </parent>
        <groupId>org.onap.policy.engine</groupId>
        <artifactId>PolicyEngineSuite</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>policy-engine</name>
        <description>The ONAP Policy Engine main pom</description>
                        <artifactId>xml-apis</artifactId>
                        <version>1.3.03</version>
                </dependency>
+               <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
+               <dependency>
+                   <groupId>com.fasterxml.jackson.core</groupId>
+                   <artifactId>jackson-databind</artifactId>
+                       <version>${jackson.version}</version>
+               </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>