We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2dfdf commit 2bea847Copy full SHA for 2bea847
jakarta-xmlbind/pom.xml
@@ -53,10 +53,11 @@
53
<version>${version.xmlbind.api}</version>
54
</dependency>
55
56
+ <!-- 15-Jan-2022, tatu: as per [modules-base#152] -->
57
<dependency>
- <groupId>jakarta.activation</groupId>
58
- <artifactId>jakarta.activation-api</artifactId>
59
- <version>1.2.1</version>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>jakarta.activation</artifactId>
60
+ <version>2.0.1</version>
61
62
63
<!-- may also need JAXB impl for tests -->
0 commit comments