Decision BlackList Guard Enhancements
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index 0ce7b9d..1160a8f 100644 (file)
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <artifactId>POLICY-SDK-APP</artifactId>
        <packaging>war</packaging>
        </build>
        <properties>
                <encoding>UTF-8</encoding>
-               <epsdk.version>2.1.0</epsdk.version>
+               <epsdk.version>2.3.1</epsdk.version>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
+               <logback.version>1.2.3</logback.version>
                <skipassembly>true</skipassembly>
                <skiptests>false</skiptests>
            <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/*</sonar.exclusions>               
        </properties>
        <dependencies>
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>${logback.version}</version>
+               </dependency>
                <dependency>
                        <groupId>com.h2database</groupId>
                        <artifactId>h2</artifactId>
                        <artifactId>jackson-dataformat-xml</artifactId>
                        <version>${jackson.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>com.google.code.gson</groupId>
+                       <artifactId>gson</artifactId>
+                       <version>2.8.0</version>
+               </dependency>
                <!-- Elastic Search -->
                <dependency>
                        <groupId>org.elasticsearch</groupId>