Skip to content

Commit 859c903

Browse files
committed
Update plugins
1 parent b0de9bc commit 859c903

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ under the License.
7575
<plexus-java.version>1.1.0</plexus-java.version>
7676
<javaVersion>8</javaVersion>
7777
<maven.it.failure.ignore>false</maven.it.failure.ignore>
78+
<surefire.version>2.22.2</surefire.version>
79+
<mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
7880
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
7981
</properties>
8082

@@ -105,16 +107,19 @@ under the License.
105107
<groupId>org.apache.maven</groupId>
106108
<artifactId>maven-plugin-api</artifactId>
107109
<version>${mavenVersion}</version>
110+
<scope>provided</scope>
108111
</dependency>
109112
<dependency>
110113
<groupId>org.apache.maven</groupId>
111114
<artifactId>maven-artifact</artifactId>
112115
<version>${mavenVersion}</version>
116+
<scope>provided</scope>
113117
</dependency>
114118
<dependency>
115119
<groupId>org.apache.maven</groupId>
116120
<artifactId>maven-core</artifactId>
117121
<version>${mavenVersion}</version>
122+
<scope>provided</scope>
118123
</dependency>
119124
<dependency>
120125
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)