summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-03-16 15:09:07 -0400
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-03-16 15:09:07 -0400
commit5f06f688ee0de31125682a9a0b1d05b4b5edf66c (patch)
treeeb9ebf3a59eee23f8d87c4bb2901053a55168919 /pom.xml
parent62a80fed0bf3bce2a66f9b786561a1389cd95f16 (diff)
Updated changelog and fixed tests.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3aede3b..8b3bc0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,13 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <useSystemClassLoader>false</useSystemClassLoader>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>