|
|
@@ -49,7 +49,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>3.0.0-M2</version>
|
|
|
+ <version>2.22.1</version>
|
|
|
<type>maven-plugin</type>
|
|
|
</dependency>
|
|
|
|
|
|
@@ -82,6 +82,15 @@
|
|
|
</testResource>
|
|
|
</testResources>
|
|
|
<plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <version>2.22.1</version>
|
|
|
+ <configuration>
|
|
|
+ <useSystemClassLoader>false</useSystemClassLoader>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|