okta / okta-idx-java

okta-idx-java
https://github.com/okta/okta-idx-java
Other
14 stars 23 forks source link

Could not find artifact com.okta.idx.sdk:okta-idx-java-api:jar:3.0.7-SNAPSHOT #456

Closed literallyjustroy closed 1 year ago

literallyjustroy commented 1 year ago
[ERROR] Failed to execute goal on project okta-idx-java-embedded-sign-in-widget: Could not resolve dependencies for
project com.okta.idx.sdk:okta-idx-java-embedded-sign-in-widget:jar:3.0.7-SNAPSHOT: The following artifacts could not be
resolved: com.okta.idx.sdk:okta-idx-java-api:jar:3.0.7-SNAPSHOT (absent): Could not find artifact com.okta.idx.sdk:okta
idx-java-api:jar:3.0.7-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots)

It appears this artifact isn't in the repo:

image

For now I just changed the pom.xml to reference 3.0.6.

arvindkrishnakumar-okta commented 1 year ago

3.0.7-SNAPSHOT is a development snapshot version and you will NOT find it in artifactory which is normal.

If you wish to use the 3.0.7 snapshot version, you should build the project locally using a mvn clean install which would install this version in your local maven repo.

arvindkrishnakumar-okta commented 1 year ago

Closing this issue, feel free to reopen if further help is needed.