Skip to content

Commit ca4ce65

Browse files
committed
One more tweak from #81
1 parent 3c13d9f commit ca4ce65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jaxb/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ data-binding.
4545
<artifactId>jaxb-api</artifactId>
4646
<version>2.3.1</version>
4747
<scope>provided</scope>
48+
<exclusions>
49+
<exclusion>
50+
<groupId>javax.activation</groupId>
51+
<artifactId>javax.activation-api</artifactId>
52+
OB</exclusion>
53+
</exclusions>
4854
</dependency>
4955
<!-- 14-Mar-2019, tatu: Looks like this is needed for JDK11 and later
5056
-->

0 commit comments

Comments
 (0)