File tree 3 files changed +10
-2
lines changed
maven-surefire-report-plugin
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 71
71
<groupId >org.codehaus.plexus</groupId >
72
72
<artifactId >plexus-java</artifactId >
73
73
</dependency >
74
+ <dependency >
75
+ <groupId >org.codehaus.plexus</groupId >
76
+ <artifactId >plexus-xml</artifactId >
77
+ </dependency >
74
78
<dependency >
75
79
<groupId >org.fusesource.jansi</groupId >
76
80
<artifactId >jansi</artifactId >
Original file line number Diff line number Diff line change 94
94
<groupId >org.apache.maven.reporting</groupId >
95
95
<artifactId >maven-reporting-impl</artifactId >
96
96
</dependency >
97
+ <dependency >
98
+ <groupId >org.codehaus.plexus</groupId >
99
+ <artifactId >plexus-xml</artifactId >
100
+ </dependency >
97
101
<dependency >
98
102
<groupId >org.fusesource.jansi</groupId >
99
103
<artifactId >jansi</artifactId >
Original file line number Diff line number Diff line change 15
15
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
16
~ KIND, either express or implied. See the License for the
17
17
~ specific language governing permissions and limitations
18
- ~ under the License.
18
+ ~ under the License.
19
19
-->
20
20
<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" >
21
21
<modelVersion >4.0.0</modelVersion >
22
22
23
23
<parent >
24
24
<groupId >org.apache.maven</groupId >
25
25
<artifactId >maven-parent</artifactId >
26
- <version >39 </version >
26
+ <version >40 </version >
27
27
</parent >
28
28
29
29
<groupId >org.apache.maven.surefire</groupId >
You can’t perform that action at this time.
0 commit comments