We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effc868 commit 5604ef0Copy full SHA for 5604ef0
smoke-tests/images/quarkus/build.gradle.kts
@@ -17,7 +17,7 @@ plugins {
17
18
dependencies {
19
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.1"))
20
- implementation("io.quarkus:quarkus-resteasy")
+ implementation("io.quarkus:quarkus-rest")
21
}
22
23
// Quarkus 3.7+ requires Java 17+
0 commit comments