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:
RBRi 2023-12-13 19:15:52 +01:00 committed by GitHub
parent 9e20659680
commit 592856c779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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>