Commit 6aed9687 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files
parent a37ca539
......@@ -83,6 +83,13 @@
<version>${version.plugin.checkstyle}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
</plugins>
</build>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment