Hi
i downloaded SCIM connector SDK from settings , followed direction in the text file but i am not able to pass step 3, i get following error message
Caused by: org.apache.maven.project.DependencyResolutionException: Could not collect dependencies for project com.okta.scim.sdk:scim-server-example:war:02.01.00
Failed to read artifact descriptor for com.okta.scim.sdk:scim-server-sdk:jar:02.01.00
Caused by: The following artifacts could not be resolved: com.okta.scim.sdk:scim-sdk:pom:02.01.00-SNAPSHOT (absent): Could not find artifact com.okta.scim.sdk:scim-sdk:pom:02.01.00-SNAPSHOT
i am new to java development so not sure if this is issue with SDK or my setup. Only way i can fix this issue is by use system scope and calling ,jar directly in my pom which i dont want to do
I have tried installing to a repository folder and that also does not work
i have two folders under com\okta\scim\sdk
C:\Users\adminkw.m2\repository\com\okta\scim\sdk\scim-server-sdk\02.01.00
C:\Users\adminkw.m2\repository\com\okta\scim\sdk\scim-sdk\02.01.00-SNAPSHOT
any help will be greatly appreciated.
thanks
Setup
- locate the /lib/scim-server-sdk jar file from the SDK root directory
- Install it locally: mvn install:install-file -Dfile=…/lib/scim-server-sdk-02.01.00.jar -DgroupId=com.okta.scim.sdk -DartifactId=scim-server-sdk -Dpackaging=jar -Dversion=02.01.00
- Build the example: mvn package
- Take the target/scim-server-example-*.war and copy it to your Tomcat directory and run it.
- You can now use the tester to run methods against this example SCIM connector.