Skip to content

Commit 643fa3a

Browse files
committed
conf: Update build.gradle
- h2 DB: runtimeOnly -> testRuntimeOnly
1 parent 6bb65f6 commit 643fa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
compile group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.2'
3939
runtime group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.2'
4040
runtime group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.2'
41-
runtimeOnly 'com.h2database:h2'
41+
testRuntimeOnly 'com.h2database:h2'
4242
}
4343

4444
test {

0 commit comments

Comments
 (0)