summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 18:01:38 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 18:01:38 +0100
commit604bc68ae38c4784383d9e62ceb11fb3f0554262 (patch)
tree84e23edf6f38ba7fb8e8ef3615b3bfa3ff4a3664 /fat-model-dependencies
parentaf5dab0c2363156ffcc782140b22870597fab41b (diff)
commons-exec not needed in config-model-fat
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 078bf852356..9f279e2731d 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -100,6 +100,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>