You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
375 B

dependencies {
implementation "$boot:spring-boot-starter-web"
implementation "$boot:spring-boot-starter-security"
implementation "com.auth0:java-jwt:4.4.0"
implementation "$boot:spring-boot-starter-data-jpa"
implementation "com.querydsl:querydsl-jpa:5.0.0:jakarta"
implementation project(":common:util")
implementation project(":data:pty")
}