Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Downgrade gwtmockito since we can't use GWT 2.6.0 yet
Browse files Browse the repository at this point in the history
Also upgrade GWT from 2.5.0 to 2.5.1
  • Loading branch information
seanf committed Aug 12, 2014
1 parent db17089 commit 2b5db8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@
<cobertura.halt.failure>false</cobertura.halt.failure>
<delombok.dir>${project.build.directory}/delombok/org/zanata</delombok.dir>
<guava.version>14.0.1</guava.version>
<gwt.version>2.5.0</gwt.version>
<gwt.version>2.5.1</gwt.version>
<icu4j.version>50.1.1</icu4j.version>
<lombok.source.dir>${project.build.sourceDirectory}/org/zanata</lombok.source.dir>
<lucene.version>3.6.2</lucene.version>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Expand Up @@ -1154,7 +1154,7 @@
<dependency>
<groupId>com.google.gwt.gwtmockito</groupId>
<artifactId>gwtmockito</artifactId>
<version>1.1.3</version>
<version>1.1.2</version>
<exclusions>
<exclusion>
<groupId>com.google.gwt</groupId>
Expand Down

0 comments on commit 2b5db8a

Please sign in to comment.