Fixed xml.bind conflict between jakakax and javax (#2320)

This commit is contained in:
Frank Tao 2021-01-24 09:56:45 -05:00 committed by GitHub
parent 42d12403f9
commit 66e6cab21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>