Skip to content

Commit

Permalink
FDP-1737: kafka message signing from lsm added to gxf-java-utilities
Browse files Browse the repository at this point in the history
Signed-off-by: Loes Immens <[email protected]>
  • Loading branch information
loesimmens committed Jan 24, 2024
1 parent ac4c8e9 commit 3749a06
Show file tree
Hide file tree
Showing 7 changed files with 770 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kafka-message-signing/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

dependencies {
implementation("org.springframework:spring-context")

testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.assertj:assertj-core")
}

tasks.test {
useJUnitPlatform()
}
Loading

0 comments on commit 3749a06

Please sign in to comment.