Fix version of gwt-test-utils

The SNAPSHOT version 0.45 doesn't exist anymore on the
specified repository. Switch to snapshot version 0.46.

Because of this bug calling "tools/eclipse/project.py"
didn't work properly. You have to delete your
~/.gerritcodereview/buck-cache to see this problem.

Change-Id: Ie249d6aedf30e579c90f3f457807ff84a3bdb110
This commit is contained in:
Christian Halstrick
2013-10-01 16:48:27 +02:00
parent ffc633f72e
commit ec2adce0b6

View File

@@ -39,8 +39,8 @@ python_binary(
maven_jar( maven_jar(
name = 'gwt-test-utils', name = 'gwt-test-utils',
id = 'com.googlecode.gwt-test-utils:gwt-test-utils:0.45-SNAPSHOT-20130612.054327-7', id = 'com.googlecode.gwt-test-utils:gwt-test-utils:0.46-SNAPSHOT-20130930.170040-1',
sha1 = 'ad53b8a05df35fbe394db80d1d7d2913a646bfb3', sha1 = 'e8f5bd1b8c75be333da36f41613436a8eb175dad',
license = 'Apache2.0', license = 'Apache2.0',
repository = 'http://oss.sonatype.org/content/repositories/snapshots', repository = 'http://oss.sonatype.org/content/repositories/snapshots',
deps = [ deps = [