-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Getting issue in version mismatch. #272
Comments
What is your POM in that your project? |
You need to change these version in the bottom of your POM to the appropriate from Spring Boot:
Also I'm not sure why do we need that section at all since typically the single Boot version in the |
Hi, The error Thanks, |
I'm not sure what is your concern in regards to this issue, please, consider to raise SO question or if it is really about this project a fully new with more context to investigate. It is still not clear for me anyway what we are pursuing in this issue at all... Thanks for uderstanding. |
I am importing the splunk in separate project then found error from this line
org.springframework.boot spring-boot-starter-parent 2.2.0.BUILD-SNAPSHOTif I change the version 2.2.0.BUILD-SNAPSHOT to 2.1.6.RELEASE then I can able to build.
org.springframework.boot spring-boot-starter-parent 2.1.6.RELEASENow if I run the application then I found following issue
APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The method's class, org.springframework.core.type.AnnotationMetadata, is available from the following locations:
It was loaded from the following location:
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.core.type.AnnotationMetadata
The text was updated successfully, but these errors were encountered: