summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-14 16:29:32 +0200
committergjoranv <gv@oath.com>2017-09-14 16:29:32 +0200
commit2b97afe84ad6ce93e2514da0ab4990da6ad3a179 (patch)
treec913b384cb953eaef6b07eded189b101a989ed71 /application
parentafd3b362a2756b5c6c25215c1e1e78d295693ac3 (diff)
Exclude commons-exec 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 b03c1aa8eed..3ea1b8270f4 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -93,6 +93,10 @@
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</dependency>