|
@@ -35,7 +35,7 @@ dependencies {
|
|
|
implementation("io.jsonwebtoken:jjwt-impl:${property("jjwtVersion")}")
|
|
|
implementation("io.jsonwebtoken:jjwt-jackson:${property("jjwtVersion")}")
|
|
|
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
|
|
|
- runtimeOnly("mysql:mysql-connector-java")
|
|
|
+ runtimeOnly("mysql:mysql-connector-java:5.1.34")
|
|
|
runtimeOnly("net.java.dev.jna:jna:5.5.0")
|
|
|
runtimeOnly(fileTree("$rootDir/libs") { include("*.jar") })
|
|
|
runtimeOnly(fileTree("$rootDir/spi") { include("*.jar") })
|