Skip to content

Commit

Permalink
Fix auth (#51)
Browse files Browse the repository at this point in the history
* Update auth flow

* #50 Update auth flow

* Update dependencies

* .

---------

Co-authored-by: akselsf <akselsf>
  • Loading branch information
akselsf authored Feb 9, 2025
1 parent 32b0294 commit 6be4abf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ext {

dependencies {
implementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11'
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin'
implementation 'org.springframework.data:spring-data-jdbc:3.2.2'
Expand Down Expand Up @@ -71,4 +70,4 @@ tasks.named('test') {
tasks.named('asciidoctor') {
inputs.dir snippetsDir
dependsOn test
}
}

0 comments on commit 6be4abf

Please sign in to comment.