We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54520b commit 4943e53Copy full SHA for 4943e53
build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
compileOnly("io.vertx:vertx-jdbc-client:$vertxVersion")
52
compileOnly("io.vertx:vertx-json-schema:$vertxVersion")
53
compileOnly("io.vertx:vertx-web-validation:$vertxVersion")
54
- compileOnly("io.vertx:vertx-web-client:$vertxVersion")
+ implementation("io.vertx:vertx-web-client:$vertxVersion")
55
56
// https://mvnrepository.com/artifact/com.google.code.gson/gson
57
compileOnly("com.google.code.gson:gson:$gsonVersion")
0 commit comments