Skip to content

Commit

Permalink
chore(jolokia): use camel-quarkus: prefix for camel-quarkus-managemen…
Browse files Browse the repository at this point in the history
…t dep
  • Loading branch information
tadayosi committed Oct 7, 2021
1 parent fe69567 commit 07ce381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trait/jolokia.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (t *jolokiaTrait) Apply(e *Environment) (err error) {

switch e.CamelCatalog.Runtime.Provider {
case v1.RuntimeProviderQuarkus:
util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, "mvn:org.apache.camel.quarkus:camel-quarkus-management")
util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, "camel-quarkus:management")
util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, "camel:jaxb")
}

Expand Down

0 comments on commit 07ce381

Please sign in to comment.