From e1e3d40b3bf741786deaf689b647f7e92172b2f2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 3 Jun 2024 17:22:49 +0800 Subject: [PATCH] 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. --- .../quickstart/backend/java-spring-security5/interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/backend/java-spring-security5/interactive.md b/articles/quickstart/backend/java-spring-security5/interactive.md index 792d04b587..6ec61b3fe1 100644 --- a/articles/quickstart/backend/java-spring-security5/interactive.md +++ b/articles/quickstart/backend/java-spring-security5/interactive.md @@ -79,7 +79,7 @@ If you are using Maven, add the Spring dependencies to your `pom.xml` file: spring-boot-starter-web - com.okta + com.okta.spring okta-spring-boot-starter 3.0.5