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.
2 parents 448d0f6 + f9df5d2 commit 66d1a0fCopy full SHA for 66d1a0f
pom.xml
@@ -100,18 +100,5 @@
100
</dependency>
101
102
</dependencies>
103
- <build>
104
- <plugins>
105
- <plugin>
106
- <groupId>org.apache.maven.plugins</groupId>
107
- <artifactId>maven-surefire-plugin</artifactId>
108
- <configuration>
109
- <forkCount>1C</forkCount>
110
- <parallel>all</parallel>
111
- <useUnlimitedThreads>true</useUnlimitedThreads>
112
- </configuration>
113
- </plugin>
114
- </plugins>
115
- </build>
116
117
</project>
0 commit comments