aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-09-25 22:27:17 +0200
committergjoranv <gv@verizonmedia.com>2020-09-25 22:27:17 +0200
commit3e6d66f8aa9cf112df88985577bf9493d0de8cd5 (patch)
treee19c8e6b8992de2630b5c0ac72662c11cddb8dab /container-test
parent0b376f39df441f7fa2dc9fbd6ac28e9d38b459d0 (diff)
Remove test deps that were necessary when using jdisc_http_filters
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 4b5008c8a6f..dfbe5f755ac 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -66,28 +66,5 @@
<artifactId>xercesImpl</artifactId>
</dependency>
- <!-- These dependencies are necessary in test classpath when using jdisc_http_filters -->
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
- <exclusions>
- <exclusion>
- <!-- To avoid pulling in an older version than what we provide (also affects provided scope). -->
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils-core</artifactId>
- <version>1.8.0</version>
- </dependency>
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.8</version>
- </dependency>
</dependencies>
</project>