We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb65f6 commit 643fa3aCopy full SHA for 643fa3a
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
compile group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.2'
39
runtime group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.2'
40
runtime group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.2'
41
- runtimeOnly 'com.h2database:h2'
+ testRuntimeOnly 'com.h2database:h2'
42
}
43
44
test {
0 commit comments