stormpath-sdk-java
stormpath-sdk-java copied to clipboard
Having problem when try to 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.
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.
Thank you, Michele. It runs successfully.