summaryrefslogtreecommitdiffstats
path: root/dependencies-bom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies-bom/pom.xml')
-rw-r--r--dependencies-bom/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 71595844..2e35c873 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -156,12 +156,17 @@
<version>2.3.1</version>
<exclusions>
<exclusion>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>jakarta.activation</groupId>
+ <artifactId>jakarta.activation-api</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>