parking-demo gwt-webfonts maven repository

One of the maven dependencies for the parking-demo (
demo
| git clone http://github.com/vaadin/parking-demo) is
gwt-webfonts
. However, when trying to build/package the application the dependency does not appear to be available. It appeared necessary to download the artifact from
HERE
and manually install it in a local maven repository or deploy to an available nexus repository.

Maven Dependency Stanza:


org.helios.gwt
gwt-webfonts
0.1


gwt-webfonts project HERE

Is there a maven repository where the gwt-webfonts dependency can be pulled from? It does not appear to be in central.

Thanks in advance.

Hi John,

I don’t know why the package is no longer available. We are, however, currently working on the parking demo. Once the changes are merged, the gwt-webfonts package will no longer be required. So you can expect this to be fixed in the near future.

Juho, thanks for the information.

What’s the best way to be informed about the new parking demo update?

My fork of the demo is already available on GitHub,
here
. The official release will probably be some time closer to the release of TouchKit 4.0. If you’re just interested in how to get rid of the dependency, take a look at the first (four-ish) commits in the fork, specifically
this
and
this
.