mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-23 14:29:01 +00:00
Fixed xml.bind conflict between jakakax and javax (#2320)
This commit is contained in:
parent
42d12403f9
commit
66e6cab21f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user