Skip to content

Commit 995c36b

Browse files
committed
chore: removes okta security from java web app template
1 parent 27d3845 commit 995c36b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-logic/java-web-application/src/main/kotlin/com.codedifferently.studycrm.java-web-application.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ dependencies {
99

1010
implementation("org.springframework.boot:spring-boot-starter-actuator")
1111
implementation("org.springframework.boot:spring-boot-starter-web")
12-
implementation("org.springframework.boot:spring-boot-starter-security")
1312
implementation("org.springframework.cloud:spring-cloud-starter-sleuth")
1413
implementation("org.springframework.cloud:spring-cloud-sleuth-zipkin")
1514

1615
implementation("org.springdoc:springdoc-openapi-ui")
17-
18-
implementation("com.okta.spring:okta-spring-boot-starter");
1916
}

0 commit comments

Comments
 (0)