File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.maven.plugins</groupId >
25
25
<artifactId >maven-plugins</artifactId >
26
- <version >39 </version >
26
+ <version >41 </version >
27
27
<relativePath />
28
28
</parent >
29
29
@@ -370,7 +370,10 @@ under the License.
370
370
<dependency >
371
371
<groupId >org.codehaus.plexus</groupId >
372
372
<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 >
374
377
</dependency >
375
378
<dependency >
376
379
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 17
17
* under the License.
18
18
*/
19
19
20
+ import groovy.xml.XmlParser
21
+
20
22
// should be able to parse the output as XML
21
23
parser = new XmlParser ();
22
24
parser. setFeature( ' http://apache.org/xml/features/disallow-doctype-decl' , false );
You can’t perform that action at this time.
0 commit comments