You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
When I clone the project and want to run "mvn clean install", it showed build failed. And the error message shows like below:
[ERROR] Failed to execute goal on project stormpath-sdk-examples-spring-boot-default: Could not resolve dependencies for project com.stormpath.spring:stormpath-sdk-examples-spring-boot-default:jar:2.0.1-okta-SNAPSHOT: Could not find artifact com.stormpath.spring:stormpath-default-spring-boot-starter:jar:2.0.1-okta-SNAPSHOT -> [Help 1]
So can you help me figure it out? Thank you.
The text was updated successfully, but these errors were encountered:
Hi @weidongdiao, the latest version is 2.0.0-okta. Please find and replace the two occurrences of 2.0.1-okta-SNAPSHOT in pom.xml with 2.0.0-okta and re-run mvn clean install.
When I clone the project and want to run "mvn clean install", it showed build failed. And the error message shows like below:
[ERROR] Failed to execute goal on project stormpath-sdk-examples-spring-boot-default: Could not resolve dependencies for project com.stormpath.spring:stormpath-sdk-examples-spring-boot-default:jar:2.0.1-okta-SNAPSHOT: Could not find artifact com.stormpath.spring:stormpath-default-spring-boot-starter:jar:2.0.1-okta-SNAPSHOT -> [Help 1]
So can you help me figure it out? Thank you.
The text was updated successfully, but these errors were encountered: