Skip to content

Commit e1e3d40

Browse files
authored
Fix Maven dependency group ID (#10429)
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.
1 parent c6b67d0 commit e1e3d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/quickstart/backend/java-spring-security5/interactive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you are using Maven, add the Spring dependencies to your `pom.xml` file:
7979
<artifactId>spring-boot-starter-web</artifactId>
8080
</dependency>
8181
<dependency>
82-
<groupId>com.okta</groupId>
82+
<groupId>com.okta.spring</groupId>
8383
<artifactId>okta-spring-boot-starter</artifactId>
8484
<version>3.0.5</version>
8585
</dependency>

0 commit comments

Comments
 (0)