We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e14c0 commit 29f210fCopy full SHA for 29f210f
pom.xml
@@ -178,14 +178,6 @@
178
<artifactId>maven-deploy-plugin</artifactId>
179
<version>2.8.2</version>
180
</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>
189
</plugins>
190
</pluginManagement>
191
@@ -219,6 +211,7 @@
219
211
<plugin>
220
212
<groupId>org.apache.maven.plugins</groupId>
221
213
<artifactId>maven-surefire-plugin</artifactId>
214
+ <version>2.22.1</version>
222
215
<configuration>
223
216
<useSystemClassLoader>false</useSystemClassLoader>
224
217
</configuration>
0 commit comments