Skip to content

Commit 2bea847

Browse files
committed
Potential fix for #152
1 parent 8b2dfdf commit 2bea847

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jakarta-xmlbind/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@
5353
<version>${version.xmlbind.api}</version>
5454
</dependency>
5555

56+
<!-- 15-Jan-2022, tatu: as per [modules-base#152] -->
5657
<dependency>
57-
<groupId>jakarta.activation</groupId>
58-
<artifactId>jakarta.activation-api</artifactId>
59-
<version>1.2.1</version>
58+
<groupId>com.sun.activation</groupId>
59+
<artifactId>jakarta.activation</artifactId>
60+
<version>2.0.1</version>
6061
</dependency>
6162

6263
<!-- may also need JAXB impl for tests -->

0 commit comments

Comments
 (0)