Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit f9246aa

Browse files
committed
gradle 4
1 parent ee3fc05 commit f9246aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

restless/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ dependencies {
8282
api project(':common-util:dreadpool')
8383
java8compatImplementation project(':common-util:dreadpool')
8484
java11compatImplementation project(':common-util:dreadpool')
85+
testRuntimeOnly project(':common-util:listnr')
86+
testRuntimeOnly project(':common-util:dreadpool')
8587
}
8688

8789
// http adapter dependencies
@@ -93,8 +95,6 @@ dependencies {
9395

9496
testImplementation sourceSets.java8compat.output.classesDirs
9597
testImplementation sourceSets.java11compat.output.classesDirs
96-
testRuntimeOnly project(':common-util:listnr')
97-
testRuntimeOnly project(':common-util:dreadpool')
9898
testRuntimeOnly 'com.squareup.okhttp3:okhttp:4.5.0'
9999
testImplementation 'com.alibaba:fastjson:1.2.71'
100100
}

0 commit comments

Comments
 (0)