mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
slightly better exception handling
This commit is contained in:
@@ -37,6 +37,7 @@ dependencies {
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
// For TestRestTemplate as default client can't handle UNAUTHORIZED response
|
||||
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3'
|
||||
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.2.0'
|
||||
|
||||
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
|
||||
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
|
||||
|
||||
Reference in New Issue
Block a user