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

Fix quarkus-jackson build warning in hibernate-reactive-panache IT module #13987

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Fix quarkus-jackson build warning in hibernate-reactive-panache IT module #13987

merged 1 commit into from
Dec 21, 2020

Conversation

famod
Copy link
Member

@famod famod commented Dec 19, 2020

Fixes:

[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.quarkus:quarkus-integration-test-hibernate-reactive-panache:jar:999-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.quarkus:quarkus-jackson:jar -> duplicate declaration of version (?) @ line 79, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 

I guess this is a side effect of this commit: 8645fa0#diff-6ed62e3af0f07f41ecd42d6042c65810e3675eb6e49282966b951b188ea11eae (/cc @Postremus)

Seems quarkus-jackson is not required at all (anymore) in that module? Tests are passing locally without it.

/cc @FroMage @Sanne

@gsmet gsmet merged commit c295589 into quarkusio:master Dec 21, 2020
@ghost ghost added this to the 1.11 - master milestone Dec 21, 2020
@gsmet
Copy link
Member

gsmet commented Dec 21, 2020

Thanks!

@famod famod deleted the build-warning-jackson branch December 21, 2020 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants