Artur- / spring-data-provider

Spring Data Provider for Vaadin 8 and 10
Apache License 2.0
15 stars 15 forks source link

Remove broken vaadin-pre-release repository link (#16) #17

Closed maxschuster closed 5 years ago

maxschuster commented 5 years ago

The vaadin-pre-release repository url http://maven.vaadin.com/vaadin-prereleases/com/vaadin/ seems to be broken.

Maven is trying to download http://maven.vaadin.com/vaadin-prereleases/com/vaadin/com/vaadin/vaadin-bom/10.0.0.beta9/vaadin-bom-10.0.0.beta9.pom (com/vaadin/ x 2).

I removed the repository as it does not seem to be necessary since the addon depends on stable vaadin 10 now.

Artur- commented 5 years ago

Thanks!