Skip to content

Commit 29f210f

Browse files
committed
build: delete maven-surefire-plugin from pluginManagement section
Delete maven-surefire-plugin from pluginManagement section and restore version
1 parent 60e14c0 commit 29f210f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,6 @@
178178
<artifactId>maven-deploy-plugin</artifactId>
179179
<version>2.8.2</version>
180180
</plugin>
181-
<plugin>
182-
<groupId>org.apache.maven.plugins</groupId>
183-
<artifactId>maven-surefire-plugin</artifactId>
184-
<version>2.22.1</version>
185-
<configuration>
186-
<useSystemClassLoader>false</useSystemClassLoader>
187-
</configuration>
188-
</plugin>
189181
</plugins>
190182
</pluginManagement>
191183

@@ -219,6 +211,7 @@
219211
<plugin>
220212
<groupId>org.apache.maven.plugins</groupId>
221213
<artifactId>maven-surefire-plugin</artifactId>
214+
<version>2.22.1</version>
222215
<configuration>
223216
<useSystemClassLoader>false</useSystemClassLoader>
224217
</configuration>

0 commit comments

Comments
 (0)