diff options
author | Godin <mandrikov@gmail.com> | 2010-09-25 01:18:41 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-09-25 01:18:41 +0000 |
commit | e2df740178ae8340c0f45c7fb8bdb1b544068386 (patch) | |
tree | 45100ccfe9e8df1b9bacf73e29ac9069dffe1590 /tests | |
parent | 2dc85f396a6e04650ffa909f55aa6d34173b5eb1 (diff) | |
download | sonarqube-e2df740178ae8340c0f45c7fb8bdb1b544068386.tar.gz sonarqube-e2df740178ae8340c0f45c7fb8bdb1b544068386.zip |
Use gwt-incubator from Maven central repo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/reference-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/reference-plugin/pom.xml b/tests/integration/reference-plugin/pom.xml index 1a291dcdac1..b88ab5e0f6b 100644 --- a/tests/integration/reference-plugin/pom.xml +++ b/tests/integration/reference-plugin/pom.xml @@ -74,7 +74,7 @@ <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-incubator</artifactId> - <version>20100204-r1747</version> + <version>2.0.1</version> <scope>provided</scope> </dependency> |