Skip to content

Commit 91a065b

Browse files
committed
[MPIR-452] Upgrade to Parent 41
1 parent ceac0bf commit 91a065b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

src/it/MPIR-412/verify.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
import groovy.xml.XmlParser
21+
2022
// should be able to parse the output as XML
2123
parser = new XmlParser();
2224
parser.setFeature( 'http://apache.org/xml/features/disallow-doctype-decl', false );

0 commit comments

Comments
 (0)