Skip to content

Commit de65c39

Browse files
jorsolslawekjaranowski
authored andcommitted
[MJAR-297] Update Parent to 40
Signed-off-by: Jorge Solórzano <[email protected]>
1 parent b96b75b commit de65c39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>39</version>
26+
<version>40</version>
2727
<relativePath />
2828
</parent>
2929

@@ -146,6 +146,12 @@
146146
<version>2.14.0</version>
147147
<scope>test</scope>
148148
</dependency>
149+
<dependency>
150+
<groupId>org.codehaus.plexus</groupId>
151+
<artifactId>plexus-xml</artifactId>
152+
<version>3.0.0</version>
153+
<scope>test</scope>
154+
</dependency>
149155
</dependencies>
150156

151157
<build>

0 commit comments

Comments
 (0)