Skip to content

Commit 03c71d1

Browse files
[SUREFIRE-2206] Downgrade plexus-xml to 3.0.0
1 parent c3c3c84 commit 03c71d1

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

maven-failsafe-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
<artifactId>mockito-core</artifactId>
7979
<scope>test</scope>
8080
</dependency>
81+
<dependency>
82+
<groupId>org.codehaus.plexus</groupId>
83+
<artifactId>plexus-xml</artifactId>
84+
<scope>test</scope>
85+
</dependency>
8186
</dependencies>
8287

8388
<build>

maven-surefire-common/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
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>
7874
<dependency>
7975
<groupId>org.fusesource.jansi</groupId>
8076
<artifactId>jansi</artifactId>
@@ -116,6 +112,11 @@
116112
<classifier>runtime</classifier>
117113
<scope>test</scope>
118114
</dependency>
115+
<dependency>
116+
<groupId>org.codehaus.plexus</groupId>
117+
<artifactId>plexus-xml</artifactId>
118+
<scope>test</scope>
119+
</dependency>
119120
</dependencies>
120121

121122
<build>

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@
312312
<type>pom</type>
313313
<scope>import</scope>
314314
</dependency>
315+
<dependency>
316+
<groupId>org.codehaus.plexus</groupId>
317+
<artifactId>plexus-xml</artifactId>
318+
<version>3.0.0</version>
319+
</dependency>
315320
</dependencies>
316321
</dependencyManagement>
317322
<dependencies>

0 commit comments

Comments
 (0)