Skip to content

Commit

Permalink
Fix Maven dependency group ID (#10429)
Browse files Browse the repository at this point in the history
Updated the group ID for the Okta Spring Boot Starter dependency in the Maven POM file from 'com.okta' to 'com.okta.spring'.

This change corrects the group ID to ensure the dependency is resolved correctly.
  • Loading branch information
xiao2shiqi committed Jun 3, 2024
1 parent c6b67d0 commit e1e3d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you are using Maven, add the Spring dependencies to your `pom.xml` file:
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.okta</groupId>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>3.0.5</version>
</dependency>
Expand Down

0 comments on commit e1e3d40

Please sign in to comment.