Upgrade to latest elasticsearch
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index fa7c99c..153299e 100644 (file)
        </build>
        <properties>
                <encoding>UTF-8</encoding>
-               <epsdk.version>2.1.0-SNAPSHOT</epsdk.version>
-               <springframework.version>4.3.3.RELEASE</springframework.version>
+               <epsdk.version>2.1.0</epsdk.version>
+               <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.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>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>
                        <artifactId>epsdk-core</artifactId>
                <dependency>
                        <groupId>org.elasticsearch</groupId>
                        <artifactId>elasticsearch</artifactId>
-                       <version>2.2.0</version>
+                       <version>6.2.2</version>
                </dependency>
                <dependency>
                        <groupId>org.json</groupId>