aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-06-26 14:40:34 +0200
committerGitHub <noreply@github.com>2018-06-26 14:40:34 +0200
commit66ecd87dd55b363db6d5ac1ed7697902f7ee6bc5 (patch)
treeed0b6e3c22264b8b3dc981fe712d8bb84187d60e /fat-model-dependencies
parent49a532f515d9ce217def27443b5bb9faa6410124 (diff)
parent23e2c1e220ffb701ccade914af520aa3d79770df (diff)
Merge pull request #6279 from vespa-engine/gjoranv/java9-prep-12_2
Gjoranv/java9 prep 12 2
Diffstat (limited to 'fat-model-dependencies')
-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>