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>
|
<artifactId>htmlunit</artifactId>
|
||||||
<version>3.9.0</version>
|
<version>3.9.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
|
||||||
<groupId>xml-apis</groupId>
|
|
||||||
<artifactId>xml-apis</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>xerces</groupId>
|
|
||||||
<artifactId>xercesImpl</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<!-- Don't let HTMLUnit bring in Jetty 9 -->
|
<!-- Don't let HTMLUnit bring in Jetty 9 -->
|
||||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||||
|
|
Loading…
Reference in New Issue