fix unit test

This commit is contained in:
Jeff Zhang 2017-10-16 11:28:23 +08:00
parent 1e57afe276
commit 55e6f88afa

View file

@ -78,6 +78,14 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>none</phase>
<configuration>
<skip>true</skip>
</configuration>
</execution>
<execution>
<id>copy-interpreter-dependencies</id>
<phase>package</phase>