Skip to content

Commit 0a5dba8

Browse files
committed
[SUREFIRE-2188] Upgrade to Parent 40
1 parent 5a09438 commit 0a5dba8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

maven-surefire-common/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
<groupId>org.codehaus.plexus</groupId>
7272
<artifactId>plexus-java</artifactId>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.codehaus.plexus</groupId>
76+
<artifactId>plexus-xml</artifactId>
77+
</dependency>
7478
<dependency>
7579
<groupId>org.fusesource.jansi</groupId>
7680
<artifactId>jansi</artifactId>

maven-surefire-report-plugin/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
<groupId>org.apache.maven.reporting</groupId>
9595
<artifactId>maven-reporting-impl</artifactId>
9696
</dependency>
97+
<dependency>
98+
<groupId>org.codehaus.plexus</groupId>
99+
<artifactId>plexus-xml</artifactId>
100+
</dependency>
97101
<dependency>
98102
<groupId>org.fusesource.jansi</groupId>
99103
<artifactId>jansi</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
~ KIND, either express or implied. See the License for the
1717
~ specific language governing permissions and limitations
18-
~ under the License.
18+
~ under the License.
1919
-->
2020
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>39</version>
26+
<version>40</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.surefire</groupId>

0 commit comments

Comments
 (0)