summaryrefslogtreecommitdiffstats
path: root/dependencies-odl-bom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r--dependencies-odl-bom/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index 703f58c8..15331696 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -115,6 +115,17 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>jakarta.activation</groupId>
+ <artifactId>jakarta.activation-api</artifactId>
+ <version>2.0.1</version>
</dependency>
<!-- Below provides javax.jws -->
<dependency>