summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e8016a3e5..4c055ac0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,11 +59,13 @@
<!-- Shared between policy/* project repositories - different version -->
<!-- Project common dependency versions -->
+ <springframework.version>4.3.18.RELEASE</springframework.version>
<jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version>
- <dmaap.version>1.1.3</dmaap.version>
<httpclient.version>4.5.5</httpclient.version>
<jackson.version>2.9.4</jackson.version>
<commons.fileupload.version>1.3.3</commons.fileupload.version>
+ <commons.compress.version>1.18</commons.compress.version>
+ <elasticsearch.version>6.3.0</elasticsearch.version>
</properties>
<modules>
<module>PolicyEngineUtils</module>