summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-09-15 17:47:23 +0200
committerGitHub <noreply@github.com>2017-09-15 17:47:23 +0200
commit49ddfc889623fdeb5c255f349389f924eb62e783 (patch)
treecb8bce47f2723b42cc52abf684d59d22af56c833 /application/pom.xml
parentce5d1377aa00d3885769986f873a7a7d04d1db8c (diff)
parentd5896eda61a96c2135ed6618dacd1c9bd9695f5a (diff)
Merge pull request #3428 from vespa-engine/gjoranv/exclude-commons-collections
Exclude commons-collections from provided classpath.
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 3ea1b8270f4..311eb4fa2b6 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -85,6 +85,10 @@
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. -->
<dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</dependency>