Updated to Git and Jenkins
This commit is contained in:
parent
5878d74772
commit
1a0d6059cd
9
pom.xml
9
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue