File tree Expand file tree Collapse file tree
analytics-sidecar-vertx-client-shaded Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ configurations {
4747
4848dependencies {
4949 shadow(group : ' org.slf4j' , name : ' slf4j-api' , version : " ${ project.slf4jApiVersion} " )
50- api (project(' :analytics-sidecar-vertx-client' ))
50+ implementation (project(' :analytics-sidecar-vertx-client' ))
5151
5252 testImplementation ' org.junit.jupiter:junit-jupiter:5.9.1'
5353 testImplementation(project(path : ' :analytics-sidecar-vertx-client-shaded' , configuration : ' shadow' ))
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ dependencies {
6868 runtimeOnly(group : ' net.java.dev.jna' , name : ' jna' , version : " ${ jnaVersion} " )
6969 runtimeOnly(group : ' net.java.dev.jna' , name : ' jna-platform' , version : " ${ jnaVersion} " )
7070
71- api(project(' :analytics-sidecar-vertx-client-shaded' ))
7271 implementation(group : ' org.lz4' , name : ' lz4-java' , version : ' 1.8.0' ) // for xxhash
7372
7473 if (" ${ scalaMajorVersion} " == " 2.11" ) {
You can’t perform that action at this time.
0 commit comments