Skip to content

Commit

Permalink
prevents orkes-queues from pulling in old version of condcutor (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks authored Jan 30, 2024
1 parent ac00735 commit 042e95c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ dependencies {
implementation "redis.clients:jedis:${revJedis}"

implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation "io.orkes.queues:orkes-conductor-queues:${revOrkesQueues}"
implementation ("io.orkes.queues:orkes-conductor-queues:${revOrkesQueues}") {
exclude group: 'com.netflix.conductor', module: 'conductor-core'
}

implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${revSpringDoc}"

Expand Down

0 comments on commit 042e95c

Please sign in to comment.