diff --git a/pom.xml b/pom.xml index bc29c998..17c6814f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.maven.plugins maven-plugins - 39 + 41 @@ -370,7 +370,10 @@ under the License. org.codehaus.plexus plexus-utils - 3.5.1 + + + org.codehaus.plexus + plexus-xml org.codehaus.plexus diff --git a/src/it/MPIR-412/verify.groovy b/src/it/MPIR-412/verify.groovy index 51dac6c7..16a68c7e 100644 --- a/src/it/MPIR-412/verify.groovy +++ b/src/it/MPIR-412/verify.groovy @@ -17,6 +17,8 @@ * under the License. */ +import groovy.xml.XmlParser + // should be able to parse the output as XML parser = new XmlParser(); parser.setFeature( 'http://apache.org/xml/features/disallow-doctype-decl', false );