summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-01-10 08:43:57 +0100
committerGitHub <noreply@github.com>2020-01-10 08:43:57 +0100
commit0100db79513eb83d4680e9c7c01ee8bff2386075 (patch)
tree3f18c4bdf774b995805c34ba7273626bbf755722 /parent
parent8a662f6c89dcb4f923625895f7e157057896585b (diff)
Revert "Bjorncs/java deps cleanup"
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index ca6e361899c..52b8737f422 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -475,9 +475,24 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
+ <version>1.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
<version>1.4</version>
</dependency>
<dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>2.0</version>
@@ -735,8 +750,8 @@
<properties>
<antlr.version>3.5.2</antlr.version>
<antlr4.version>4.5</antlr4.version>
- <apache.httpclient.version>4.5.10</apache.httpclient.version>
- <apache.httpcore.version>4.4.12</apache.httpcore.version>
+ <apache.httpclient.version>4.4.1</apache.httpclient.version>
+ <apache.httpcore.version>4.4.1</apache.httpcore.version>
<asm.version>7.0</asm.version>
<!-- Athenz dependencies. Make sure these dependencies match those in Vespa's internal repositories -->
<athenz.version>1.8.29</athenz.version>