-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Could not resolve dependencies error #114
Comments
Hi, Can you pl |
Hi, I have tried the same steps but still shows the same error as below. C:\Users\sm5>cd C:\Technology\Slack\Jbot\jbot-master\jbot C:\Technology\Slack\Jbot\jbot-master\jbot>mvn clean install T E S T SRunning me.ramswaroop.jbot.core.slack.EventTypeTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] C:\Technology\Slack\Jbot\jbot-master\jbot>cd C:\Technology\Slack\Jbot\jbot-master\jbot-example C:\Technology\Slack\Jbot\jbot-master\jbot-example>mvn spring-boot:run |
I"m facing the same issue. |
Can you guys please go to the parent directory (which has 2 folders |
Yes, this is what you get:
|
Same error here |
Me too :( Fixed the dependencies problem by deleting everything in my m2 folder and re-running mvn clean install, and fixed the test failing by commenting out the Slash Commands test, but still can't run the application. |
same error! |
@runyu @quantumcat1 @anatmaor same error. Have you found the way to solve it? |
same error! |
The solution suggested by @naormalca worked for me too! Just go into pom.xml and change the spring-boot version to 1.5.3. |
Yes @naormalca @nikhilmaddirala |
Hi,
below error msg shows while executing mvn spring-boot:run command. Please suggest.
The text was updated successfully, but these errors were encountered: