Skip to Content

GWT 1.4.59-RC2 and Maven2

Gwt 1.4.59-RC2 was just released. If you use Maven2 to build your project, this latest version can be found on xi8ix repository.

Here is the configuration:

<repositories>
  <repository>
    <id>xi8ix</id>
    <url>http://maven.xi8ix.org/</url>
  </repository>
</repositories>
<dependency>
  <groupId>com.google</groupId>
  <artifactId>gwt-user</artifactId>
  <version>1.4.59-RC2</version>
  <scope>provided</scope>
</dependency>
<dependency>
  <groupId>com.google</groupId>
  <artifactId>gwt-servlet</artifactId>
  <version>1.4.59-RC2</version>
</dependency>

I had to tweak a few things in my SpringDispatchService. Maybe it’s time to find a more stable solution…

comments powered by Disqus