Skip to content

Commit 4c59647

Browse files
author
Uemit Seren
committed
removed Junit dependency and upgraded gwt version to 2.5.1-rc1
1 parent bebc38e commit 4c59647

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,7 +14,7 @@
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
<repositories>
@@ -32,12 +32,6 @@
3232

3333

3434
<dependencies>
35-
<dependency>
36-
<groupId>junit</groupId>
37-
<artifactId>junit</artifactId>
38-
<version>3.8.1</version>
39-
<scope>test</scope>
40-
</dependency>
4135
<dependency>
4236
<groupId>com.google.gwt</groupId>
4337
<artifactId>gwt-user</artifactId>

0 commit comments

Comments
 (0)