summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-25 20:29:45 +0200
committergjoranv <gv@oath.com>2018-06-27 00:16:13 +0200
commit29075c34f2071f1a37f7384ed765eac0d9b4e9a2 (patch)
tree5467b01380f9bb66d2032277f12df974aaab4c12 /fat-model-dependencies
parent30f7c56a8ee10a8702e9c1d2a69ed428bf064d47 (diff)
Exclude jaxb-api from config-model-fat.
- Multi-release jars not supported by maven-bundle-plugin yet. https://github.com/bndtools/bnd/issues/2227
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 68abc36c678..0421f0bbd01 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>