I’m following below tutorial, to create my first oauth0 spring-boot application:
I added the following dependency to the application:
<dependency>
<groupId>com.okta</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>3.0.5</version>
</dependency>
when building the project, i got below error:
Could not find artifact com.okta:okta-spring-boot-starter:pom:3.0.5 in central
(“https ://repo.maven.apache.org/maven2”)
Is there a different repository for the okta-spring-boot-starter dependency ?