Skip to content

Commit 5c55a52

Browse files
committed
#130 Turns out, this isn't actually needed.
Maybe needed for a newer JDK, but not 11.
1 parent 771349a commit 5c55a52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pom.xml

-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@
142142
<artifactId>maven-surefire-plugin</artifactId>
143143
<version>3.0.0-M4</version>
144144
<configuration>
145-
<argLine>
146-
-XX:+StartAttachListener
147-
</argLine>
148145
<excludes>
149146
<exclude>**/*IntegrationTest.java</exclude>
150147
</excludes>

0 commit comments

Comments
 (0)