summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-09-21 14:11:17 +0200
committerGitHub <noreply@github.com>2017-09-21 14:11:17 +0200
commitcab526539a2b655ccfb63203bd0a08c905a989ad (patch)
tree6ba519382e1434f9e60ce93806ba9408e78ce7cd
parent6ac172088d162260355f6e08fe832377db64669d (diff)
parent8516a35fd1ad9b4a251deb2ba358f15ceb84f44c (diff)
Merge pull request #3486 from vespa-engine/gjoranv/add-test-deps-for-yahoo
Add necessary test scope deps for using jdisc_http_filters.
-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>