Change quarkus bom (#9221)
This commit is contained in:
parent
193abd6d8e
commit
1a22cd0bdf
|
@ -14,7 +14,7 @@
|
|||
"groupName": "guava packages"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["io.quarkus", "io.quarkus.platform:quarkus-bom"],
|
||||
"matchPackageNames": ["io.quarkus", "io.quarkus:quarkus-bom"],
|
||||
"groupName": "quarkus packages"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.2.4.Final"))
|
||||
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.2.4.Final"))
|
||||
implementation("io.quarkus:quarkus-resteasy")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue