File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ under the License.
75
75
<plexus-java .version>1.1.0</plexus-java .version>
76
76
<javaVersion >8</javaVersion >
77
77
<maven .it.failure.ignore>false</maven .it.failure.ignore>
78
+ <surefire .version>2.22.2</surefire .version>
79
+ <mavenPluginToolsVersion >3.6.2</mavenPluginToolsVersion >
78
80
<project .build.outputTimestamp>2020-04-07T21:04:00Z</project .build.outputTimestamp>
79
81
</properties >
80
82
@@ -105,16 +107,19 @@ under the License.
105
107
<groupId >org.apache.maven</groupId >
106
108
<artifactId >maven-plugin-api</artifactId >
107
109
<version >${mavenVersion} </version >
110
+ <scope >provided</scope >
108
111
</dependency >
109
112
<dependency >
110
113
<groupId >org.apache.maven</groupId >
111
114
<artifactId >maven-artifact</artifactId >
112
115
<version >${mavenVersion} </version >
116
+ <scope >provided</scope >
113
117
</dependency >
114
118
<dependency >
115
119
<groupId >org.apache.maven</groupId >
116
120
<artifactId >maven-core</artifactId >
117
121
<version >${mavenVersion} </version >
122
+ <scope >provided</scope >
118
123
</dependency >
119
124
<dependency >
120
125
<groupId >org.apache.maven.shared</groupId >
You can’t perform that action at this time.
0 commit comments