Skip to content

Commit df5a19a

Browse files
author
Uemit Seren
committed
upgraded gwt version to 2.5.1-rc1 and removed junit dependency
1 parent 1c7bbe6 commit df5a19a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,11 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<gwtVersion>2.5.0-rc2</gwtVersion>
17+
<gwtVersion>2.5.1-rc1</gwtVersion>
1818
</properties>
1919

2020

2121
<dependencies>
22-
<dependency>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
<version>4.7</version>
26-
<scope>test</scope>
27-
</dependency>
2822
<dependency>
2923
<groupId>com.google.gwt</groupId>
3024
<artifactId>gwt-user</artifactId>

0 commit comments

Comments
 (0)