aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
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 /container-test
parent8a662f6c89dcb4f923625895f7e157057896585b (diff)
Revert "Bjorncs/java deps cleanup"
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 4b5008c8a6f..d1021202a24 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -35,6 +35,10 @@
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<exclusions>
@@ -85,6 +89,10 @@
<version>1.8.0</version>
</dependency>
<dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ </dependency>
+ <dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.8</version>