Bakery Example Application

Hi, I’ve tried to to use your example application https://vaadin.com/docs/v10/bakeryflow/overview.html and generated one and downloaded it.

But unfortunately it does not even build cause of missing dependencies (just simply tried mvn clean package)…

  • org.webjars.bowergithub.polymerelements
  • org.vaadin.artur:spring-data-provider:jar:2.0.0

undefined which are not available in Central.
The iron-ajax is only available with a new version (3.0.1) https://search.maven.org/search?q=g:"org.webjars.bowergithub.polymerelements"%20a:"iron-ajax"

I’ve already checked the addons-repository but it does not even contain org.vaadin.* at all…

The question is: Do exist those dependencies in a non public repository which I need to configure? If so I haven’t read about in the docs? Or do I simply oversight something?

Kind regards
Karl Heinz Marbaise

I’ve already checked the addons-repository but it does not even contain org.vaadin.* at all…

There is something strange going on your side, for example mentioned spring-data-provider is published via our Directory and those dependencies work for me totally ok.

https://vaadin.com/directory/component/spring-data-provider-add-on

Have you checked that this repository setting is in your pom.xml?

<repository>
   <id>vaadin-addons</id>
   <url>http://maven.vaadin.com/vaadin-addons</url>
</repository>