stephenh / tessell

GWT model, presenter, view framework

Home Page:http://www.tessell.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect GWT version in tessell-dev poms

rombert opened this issue · comments

http://repo.tessell.org/org/tessell/tessell-dev/2.0.0/tessell-dev-2.0.0.pom references

<dependency>
  <groupId>com.google.gwt</groupId>
  <artifactId>gwt-user</artifactId>
  <version>0.0.10435</version>
  <scope>compile</scope>
</dependency>

This seems like an error.

Oh yeah...I think that is because tessell uses something in GWT trunk and so 2.4 won't work.

Technically that version of GWT is in the repo.tessell.org repo, but I'll double check the 2.4 vs. trunk situation today and at least document what I find out.

Thanks for the noting that!

Huh, guess not, 2.4 seems to work fine. Not sure why I introduced the trunk build, other than we're using it for some projects internally.

Good catch, Robert. I've released 2.0.1 that depends on GWT 2.4.0.