Updated to Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2019-12-02 15:40:47 +01:00
parent 5878d74772
commit 1a0d6059cd
1 changed files with 9 additions and 0 deletions

View File

@ -232,7 +232,16 @@
<configuration>
<skipTests>true</skipTests>
<exclude>**/GwtTest*.java</exclude>
</configuration>
<!-- TODO check if needed -->
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>3.0.0M3</version>
</dependency>
</dependencies>
</plugin>
<!-- GWT Maven Plugin -->