Skip to content

Commit

Permalink
➕ add spring security as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josuablejeru committed Sep 15, 2023
1 parent 0ba2181 commit 00b7bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
implementation("org.springdoc:springdoc-openapi-starter-common:2.1.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.liquibase:liquibase-core")
developmentOnly("org.springframework.boot:spring-boot-devtools")
developmentOnly("org.springframework.boot:spring-boot-docker-compose")
Expand Down

0 comments on commit 00b7bb5

Please sign in to comment.