Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Georgii Aksenov
2021-pb162-seminar-project
Commits
bf37351c
Commit
bf37351c
authored
Sep 12, 2019
by
Radek Ošlejšek
Browse files
FIX:
https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
(cherry picked from commit
6aed9687
)
parent
91ac8842
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
bf37351c
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment