auth-service complete, app full work

This commit is contained in:
roma-dxunvrs
2026-04-11 20:26:14 +03:00
parent 2f4846e20d
commit 1356bd2509
23 changed files with 197 additions and 188 deletions
+6
View File
@@ -20,6 +20,12 @@ dependencies {
implementation 'ch.qos.logback:logback-classic:latest.release'
implementation 'com.dxunvrs:common:1.0'
implementation("com.squareup.okhttp3:okhttp:5.2.0")
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
}
shadowJar {