We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37945fc commit aed6286Copy full SHA for aed6286
pom.xml
@@ -125,6 +125,14 @@
125
<groupId>org.apache.maven.plugins</groupId>
126
<artifactId>maven-deploy-plugin</artifactId>
127
<version>2.8.2</version>
128
+ </plugin>
129
+ <plugin>
130
+ <groupId>org.apache.maven.plugins</groupId>
131
+ <artifactId>maven-surefire-plugin</artifactId>
132
+ <version>2.22.1</version>
133
+ <configuration>
134
+ <useSystemClassLoader>false</useSystemClassLoader>
135
+ </configuration>
136
</plugin>
137
</plugins>
138
</pluginManagement>
0 commit comments