We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade to Vaadin 24.5.6, project builds failed with
Execution configure of goal com.vaadin:vaadin-maven-plugin:24.5.6:configure failed: Duplicate key org.yaml:snakeyaml (attempted merging values org.yaml:snakeyaml:jar:2.2:compile and org.yaml:snakeyaml:jar:android:1.23:compile)
Execution default of goal com.vaadin:flow-maven-plugin:24.5.7:prepare-frontend failed: Duplicate key javax.validation:validation-api (attempted merging values javax.validation:validation-api:jar:1.0.0.GA:compile and javax.validation:validation-api:jar:sources:1.0.0.GA:compile)
project builds without failures.
take either the ce-demo or mpr-demo upgrade the flow.version to 24.5.7 and vaadin.version to 24.5.6 run mvn install -DskipTests -Pproduction
ce-demo
mpr-demo
mvn install -DskipTests -Pproduction
Vaadin version 24.5.6 and flow 24.5.7
The text was updated successfully, but these errors were encountered:
fixes have been made #20551 this will be shipped with next releases.
Sorry, something went wrong.
mcollovati
Successfully merging a pull request may close this issue.
Describe the bug
After upgrade to Vaadin 24.5.6, project builds failed with
Expected-behavior
project builds without failures.
Reproduction
take either the
ce-demo
ormpr-demo
upgrade the flow.version to 24.5.7 and vaadin.version to 24.5.6
run
mvn install -DskipTests -Pproduction
System Info
Vaadin version 24.5.6 and flow 24.5.7
The text was updated successfully, but these errors were encountered: