Error component “Master-Detail Layout” POM dependencies with version 24.8.beta1 for importing dependencies.
Not sure I understand what you mean. What do you do to get that error and where do you get it?
There is an error when trying to download the dependencies for this version and because of this error the component is not available.
Please provide the error message
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: com.vaadin:vaadin-bom:pom:24.8.0.beta1 (absent): com.vaadin:vaadin-bom:pom:24.8.0.beta1 was not found.
Following what is on the gihub of the version that is as Pre-release
Beta versions are not published to Maven Central. Do you have the prerelease repository (https://maven.vaadin.com/vaadin-prereleases
) defined in your pom.xml
? (Remember to also define it as a plugin repository!)
Yes, it is already configured, but the error remains. Has Vaadin not yet released this version?
24.8.0.beta1
works for me with these steps:
- Go to https://start.vaadin.com/
- Select 24.8 (pre) as the Vaadin version
- Download and unzip
- Change
vaadin.version
inpom.xml
to24.8.0.beta1
mvn
I did it. I was in an environment that was blocking the download of dependencies.
Yes, it is already configured.
Same error here with version 24.8.beta1, I think there is a concern for compatibility or dependency resolution. Maybe try a previous stable version to see if it fixes the problem.
If you have problems with the beta, then it migt be that the separate Maven repository for Vaadin prereleases are not in your pom.xml
.
But that should not be an issue any more since 24.8 is no longer in beta and 24.8.2
is the latest stable version. Have you tried using that version instead?