Skip to content

Commit 4943e53

Browse files
committed
feat: include vertx-web-client together in jar
1 parent e54520b commit 4943e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
compileOnly("io.vertx:vertx-jdbc-client:$vertxVersion")
5252
compileOnly("io.vertx:vertx-json-schema:$vertxVersion")
5353
compileOnly("io.vertx:vertx-web-validation:$vertxVersion")
54-
compileOnly("io.vertx:vertx-web-client:$vertxVersion")
54+
implementation("io.vertx:vertx-web-client:$vertxVersion")
5555

5656
// https://mvnrepository.com/artifact/com.google.code.gson/gson
5757
compileOnly("com.google.code.gson:gson:$gsonVersion")

0 commit comments

Comments
 (0)