There was an error while loading. Please reload this page.
1 parent 7a87450 commit 6103593Copy full SHA for 6103593
pom.xml
@@ -191,6 +191,11 @@
191
<plugin>
192
<groupId>org.apache.maven.plugins</groupId>
193
<artifactId>maven-surefire-plugin</artifactId>
194
+<configuration>
195
+<systemProperties>
196
+<io.netty.allocator.type>pooled</io.netty.allocator.type>
197
+</systemProperties>
198
+</configuration>
199
<executions>
200
<execution>
201
<id>default-test</id>
@@ -211,6 +216,11 @@
211
216
212
217
213
218
<artifactId>maven-failsafe-plugin</artifactId>
219
220
221
222
223
214
224
215
225
226
0 commit comments