Skip to content

Commit

Permalink
RabbitMQMessagePublisher module
Browse files Browse the repository at this point in the history
  • Loading branch information
tymarats committed Jun 11, 2024
1 parent c5d3838 commit bfe3f79
Show file tree
Hide file tree
Showing 10 changed files with 1,040 additions and 0 deletions.
21 changes: 21 additions & 0 deletions rabbitmq-message-publisher/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
plugins {
id 'groovy'
}
dependencies {

implementation project(':conductor-common')
implementation project(':conductor-core')
implementation project(':conductor-amqp')

implementation "com.rabbitmq:amqp-client:${revAmqpClient}"

implementation "org.apache.commons:commons-lang3:"
implementation "com.google.guava:guava:${revGuava}"
implementation "io.reactivex:rxjava:${revRxJava}"

compileOnly 'org.springframework.boot:spring-boot-starter'
compileOnly 'org.springframework.boot:spring-boot-starter-web'

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
Loading

0 comments on commit bfe3f79

Please sign in to comment.