Skip to content

Commit

Permalink
[#noissue] Update vertx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 3, 2022
1 parent 7a144e3 commit a32beab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/vertx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ dependencies {
testCompileOnly(project(":pinpoint-bootstrap-core"))
compileOnly(project(":pinpoint-commons"))
compileOnly(project(":pinpoint-annotations"))
compileOnly("io.vertx:vertx-core:4.2.2")

val vertx = "4.2.2"
compileOnly("io.vertx:vertx-core:${vertx}")
compileOnly("io.vertx:vertx-web:${vertx}")
}

description = "pinpoint-vertx-plugin"

0 comments on commit a32beab

Please sign in to comment.