summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-15 17:21:02 +0200
committergjoranv <gv@oath.com>2017-09-15 17:21:02 +0200
commitd5896eda61a96c2135ed6618dacd1c9bd9695f5a (patch)
tree52cb6f26b0a5612e67c914e1154a9e9199f91032 /application
parent147b113228e8df694e1bc37bed082fa90cd9df1f (diff)
Exclude commons-collections from provided classpath.
Diffstat (limited to 'application')
-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>