File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >org.apache.maven.plugins</groupId >
2525 <artifactId >maven-plugins</artifactId >
26- <version >39 </version >
26+ <version >41 </version >
2727 <relativePath />
2828 </parent >
2929
@@ -370,7 +370,10 @@ under the License.
370370 <dependency >
371371 <groupId >org.codehaus.plexus</groupId >
372372 <artifactId >plexus-utils</artifactId >
373- <version >3.5.1</version >
373+ </dependency >
374+ <dependency >
375+ <groupId >org.codehaus.plexus</groupId >
376+ <artifactId >plexus-xml</artifactId >
374377 </dependency >
375378 <dependency >
376379 <groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20+ import groovy.xml.XmlParser
21+
2022// should be able to parse the output as XML
2123parser = new XmlParser ();
2224parser. setFeature( ' http://apache.org/xml/features/disallow-doctype-decl' , false );
You can’t perform that action at this time.
0 commit comments