mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-07 21:48:21 +00:00
HtmlUnit excludes for xerxes/xml-api no longer required (#5545)
Since version 2.68 HtmlUnit does no longer uses xerces. You can cleanup the pom a bit here.
This commit is contained in:
parent
9e20659680
commit
592856c779
8
pom.xml
8
pom.xml
@ -1811,14 +1811,6 @@
|
||||
<artifactId>htmlunit</artifactId>
|
||||
<version>3.9.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<!-- Don't let HTMLUnit bring in Jetty 9 -->
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user