Skip to content

Commit

Permalink
OP-21881: Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
emanipravallika committed Mar 21, 2024
1 parent 66c3b96 commit 57b58c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion gate-web/gate-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ dependencies {
implementation ('org.apache.camel:camel-rabbitmq:3.14.1') {
exclude group: 'com.rabbitmq', module: 'amqp-client'
}
implementation group: 'com.rabbitmq', name: 'amqp-client', version: '5.18.0'
implementation ("com.rabbitmq:amqp-client:5.18.0") {
force(true)
}
implementation 'org.apache.camel:camel-jackson:3.14.1'

runtimeOnly "io.spinnaker.kork:kork-runtime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import jakarta.servlet.http.HttpServletRequest
@RestController
@Slf4j
@ConditionalOnExpression('${services.dashboard.enabled:false}')
class xzzOpsmxDashboardController {
class OpsmxDashboardController {
/*
* Copyright 2020 Netflix, Inc.
*
Expand Down

0 comments on commit 57b58c9

Please sign in to comment.