diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -158,10 +158,6 @@ <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> </repository> - <repository> - <id>gwt-2.2.0-temporal</id> - <url>http://oss.sonatype.org/content/repositories/comgoogle-108</url> - </repository> </repositories> <properties> @@ -169,6 +165,7 @@ <gwt.loglevel>INFO</gwt.loglevel> <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix></gwt.modulesuffix> + <gwtmaven>2.1.0-1</gwtmaven> </properties> <profiles> |