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 dependency conflict issue #337

Closed
wants to merge 2 commits into from
Closed

Conversation

HelloCoCooo
Copy link

Fix dependency conflict issue for com.fasterxml.jackson.core:jackson-core 2.4.6:-2.9.7 and com.fasterxml.jackson.core:jackson-databind 2.9.7:-2.4.6
#335 #336

Fix dependency conflict issue for com.fasterxml.jackson.core:jackson-core 2.4.6:-2.9.7 and com.fasterxml.jackson.core:jackson-databind 2.9.7:-2.4.6
@@ -18,6 +18,7 @@
<properties>
<vertx.version>3.6.2</vertx.version>
<java.version>1.8</java.version>
<jackson.version>2.9.7</jackson.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment that explains that this overrides the version defined by spring-boot-dependencies ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vietj Yes, I added the comment in the pom file. Thanks.

@vietj
Copy link
Contributor

vietj commented Jun 7, 2021

spring boot was removed from examples

@vietj vietj closed this Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants