Skip to content

Commit

Permalink
Add kafka-cluster gradle project to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo committed Nov 12, 2019
1 parent 2dbdf0d commit 6d6b838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/kafka-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ plugins {
repositories {
jcenter()
}

dependencies {
compileOnly "org.projectlombok:lombok:1.18.10"
annotationProcessor "org.projectlombok:lombok:1.18.10"
implementation 'org.testcontainers:kafka'
implementation 'org.apache.kafka:kafka-clients:2.3.1'
implementation 'org.assertj:assertj-core:3.14.0'
implementation 'com.google.guava:guava:23.0'
testImplementation 'junit:junit:4.12'
}
1 change: 1 addition & 0 deletions examples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ includeBuild '..'

// explicit include to allow Dependabot to autodiscover subprojects
include 'disque-job-queue'
include 'kafka-cluster'
include 'linked-container'
include 'mongodb-container'
include 'redis-backed-cache'
Expand Down

0 comments on commit 6d6b838

Please sign in to comment.