Skip to content
New issue

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

project failed with Duplicated key on 24.5.6 (flow 24.5.7) #20555

Closed
ZheSun88 opened this issue Nov 27, 2024 · 1 comment · Fixed by #20551
Closed

project failed with Duplicated key on 24.5.6 (flow 24.5.7) #20555

ZheSun88 opened this issue Nov 27, 2024 · 1 comment · Fixed by #20551

Comments

@ZheSun88
Copy link
Contributor

Describe the bug

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)

Expected-behavior

project builds without failures.

Reproduction

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

System Info

Vaadin version 24.5.6 and flow 24.5.7

@ZheSun88 ZheSun88 added the bug label Nov 27, 2024
@ZheSun88
Copy link
Contributor Author

fixes have been made #20551
this will be shipped with next releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

3 participants