Ver código fonte

Add flag for surefire.

bentleyjoakes 6 anos atrás
pai
commit
a2ccc5f23d
1 arquivos alterados com 10 adições e 1 exclusões
  1. 10 1
      HintCO/pom.xml

+ 10 - 1
HintCO/pom.xml

@@ -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>