Update pom.xml

master
agibsonccc 2021-03-19 21:20:46 +09:00
parent ec5edb74dc
commit 41446d68cd
1 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,18 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>maven-surefire-common</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.deeplearning4j</groupId>