Skip to content

Commit 4e6605e

Browse files
authored
Update surefire version and workaround for latest java8 (segmentio#138)
See: https://issues.apache.org/jira/browse/SUREFIRE-1588
1 parent 934c150 commit 4e6605e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-compiler-plugin</artifactId>
162-
<version>3.3</version>
162+
<version>3.8.0</version>
163163
<configuration>
164164
<compilerId>javac-with-errorprone</compilerId>
165165
<forceJavacCompilerUse>true</forceJavacCompilerUse>
@@ -289,6 +289,14 @@
289289
</signature>
290290
</configuration>
291291
</plugin>
292+
<plugin>
293+
<groupId>org.apache.maven.plugins</groupId>
294+
<artifactId>maven-surefire-plugin</artifactId>
295+
<version>2.22.1</version>
296+
<configuration>
297+
<useSystemClassLoader>false</useSystemClassLoader>
298+
</configuration>
299+
</plugin>
292300
</plugins>
293301
</build>
294302
</project>

0 commit comments

Comments
 (0)