Skip to content

Commit

Permalink
add kafka clients test dependency
Browse files Browse the repository at this point in the history
Signed-off-by: rs-eliatra <[email protected]>
  • Loading branch information
rs-eliatra committed Jan 31, 2022
1 parent b774290 commit d8ce201
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ dependencies {
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
implementation 'io.jsonwebtoken:jjwt-api:0.10.8'
implementation "org.apache.cxf:cxf-rt-rs-security-jose:3.4.5"
implementation("org.apache.cxf:cxf-rt-rs-security-jose:3.4.5") {
exclude(group: 'jakarta.activation', module: 'jakarta.activation-api')
}
implementation 'com.github.wnameless:json-flattener:0.5.0'
implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.4'
implementation 'org.apache.kafka:kafka-clients:2.5.0'
Expand All @@ -108,6 +110,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.5.4.RELEASE'
testImplementation 'org.apache.kafka:kafka-clients:2.0.1'
testImplementation group: 'org.apache.kafka', name: 'kafka-clients', version: '2.0.1', classifier: 'test'
testImplementation 'javax.servlet:servlet-api:2.5'
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9'
testImplementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
Expand Down

0 comments on commit d8ce201

Please sign in to comment.