summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fat-model-dependencies/pom.xml')
-rw-r--r--fat-model-dependencies/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 0011d108b98..4d09b7bb4a2 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -26,6 +26,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>provided-dependencies</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- Not needed runtime, and a multi-release jar which is currently not supported by maven-bundle-plugin (really bndtools) -->
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>