aboutsummaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-21 13:59:01 +0200
committergjoranv <gv@oath.com>2017-09-21 13:59:01 +0200
commit8516a35fd1ad9b4a251deb2ba358f15ceb84f44c (patch)
treefd829030790b16724b2bc3e222a1fb76e1d112cf /application
parent675b3bb296033fda08c9bb90536f243675738019 (diff)
Add necessary test scope deps for using jdisc_http_filters.
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 90aa0f1759a..208344042a4 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -112,6 +112,27 @@
<groupId>xerces</groupId>
<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>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <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>
+ </dependency>
</dependencies>
<build>