diff options
Diffstat (limited to 'POLICY-SDK-APP/pom.xml')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 925211472..d14cf1071 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -67,7 +67,7 @@ </build> <properties> <encoding>UTF-8</encoding> - <epsdk.version>2.3.1</epsdk.version> + <epsdk.version>2.4.0</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> @@ -188,7 +188,7 @@ <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> - <version>6.2.2</version> + <version>${elasticsearch.version}</version> </dependency> <dependency> <groupId>org.json</groupId> @@ -237,7 +237,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.8</version> + <version>${commons.compress.version}</version> </dependency> <dependency> <groupId>args4j</groupId> |