Skip to content

Commit fd7d5a8

Browse files
committedNov 21, 2018
Freeze surefire version to fix runs in docker
1 parent 2bc7a91 commit fd7d5a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@
9494
<artifactId>maven-project-info-reports-plugin</artifactId>
9595
<version>2.7</version>
9696
</plugin>
97+
98+
<plugin>
99+
<groupId>org.apache.maven.plugins</groupId>
100+
<artifactId>maven-surefire-plugin</artifactId>
101+
<version>2.22.1</version>
102+
<configuration>
103+
<useSystemClassLoader>false</useSystemClassLoader>
104+
</configuration>
105+
</plugin>
97106
</plugins>
98107
</build>
99108

0 commit comments

Comments
 (0)
Please sign in to comment.