Skip to content

Commit 6cf9057

Browse files
authored
Merge pull request #42 from ziima/freeze-surefire-version
Freeze surefire version to fix runs in docker
2 parents f190a0a + fd7d5a8 commit 6cf9057

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)