aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-10-13 16:10:09 +0200
committergjoranv <gv@oath.com>2017-10-13 17:24:45 +0200
commit31f249a63a3fcc7782b11067de1bf8c2c017c54f (patch)
treea5a1e1fb35b898d5a62a632a6aafb082f066cc2d /container-test
parent9c468dcb642cd33e519b77a4bfba95170b325725 (diff)
Add test dependencies that have been removed as provided deps.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 2642234c8e9..b372b727574 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -23,13 +23,17 @@
</dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
- for user projects must be added in compile scope here.
- These dependencies are explicitly excluded (or set to non-compile scope) in the container-dev module. -->
+ for user projects must be added in compile scope here. These dependencies are explicitly excluded
+ (or set to non-compile scope) in the container and/or container-dev modules. -->
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </dependency>
+ <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
@@ -38,6 +42,17 @@
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>airline</artifactId>
+ <exclusions>
+ <exclusion>
+ <!-- Prevent pulling in newer version than what we use -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</dependency>