summaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 1fb1c9b1bd2..1d6f3331461 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -122,6 +122,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>