summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-10-11 18:51:39 +0200
committergjoranv <gv@oath.com>2017-10-11 18:51:39 +0200
commitfedca91b6c564a78456b390551b07c346f81e664 (patch)
tree8812b230e2864738c8713695983c21f33c8628c6 /container
parent5e736c74a9a8b9d701e1a191a2d3b8b3180b57bc (diff)
Exclude artifacts that are not provided runtime.
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 247f0d1031b..4726071db55 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -25,6 +25,28 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespaclient-container-plugin</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>metrics</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespaclient-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.airlift</groupId>
+ <artifactId>airline</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
</project>