[jvm-packages] fix the scalability issue of prediction (#4033)

This commit is contained in:
Nan Zhu
2018-12-29 20:46:30 -08:00
committed by GitHub
parent 15fe2f1e7c
commit f368d0de2b
3 changed files with 30 additions and 34 deletions

View File

@@ -335,25 +335,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>