Reviewed-by: Steve Loughran <stevel@apache.org>
@@ -152,6 +152,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -122,6 +122,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
</dependencies>