File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 103
103
<groupId >org.apache.maven.plugins</groupId >
104
104
<artifactId >maven-surefire-plugin</artifactId >
105
105
<configuration >
106
- <!-- <excludes> -- >
107
- <!-- <exclude>org/synchronoss/cpo/jdbc/BigBatchTest.java</exclude> -- >
108
- <!-- </excludes> -- >
106
+ <excludes >
107
+ <exclude >org/synchronoss/cpo/jdbc/BigBatchTest.java</exclude >
108
+ </excludes >
109
109
</configuration >
110
110
</plugin >
111
111
<plugin >
Original file line number Diff line number Diff line change 36
36
</parent >
37
37
<description >CPO Maven Plugin</description >
38
38
<properties >
39
- <maven .version>3.8 .1</maven .version>
39
+ <maven .version>3.9 .1</maven .version>
40
40
</properties >
41
41
<dependencies >
42
42
<dependency >
98
98
<dependency >
99
99
<groupId >org.codehaus.plexus</groupId >
100
100
<artifactId >plexus-utils</artifactId >
101
- <version >${maven.version} </version >
101
+ <version >4.0.1 </version >
102
102
<scope >provided</scope >
103
103
</dependency >
104
104
<dependency >
You can’t perform that action at this time.
0 commit comments