Skip to content

Commit 9d35bce

Browse files
committed
Expose transitive dependencies for testca
1 parent 606da8c commit 9d35bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testca/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55
// The logging API
66
implementation libSlf4j
77

8-
implementation project(":cautils")
9-
implementation project(":proxybase")
8+
api project(":cautils")
9+
api project(":proxybase")
1010
}

0 commit comments

Comments
 (0)