Skip to content

Commit

Permalink
expose rocksdbjni lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rtc11 committed Apr 25, 2022
1 parent 3ad663e commit ee57d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.8.5")
implementation("org.rocksdb:rocksdbjni:6.29.4.1") // M1 support

api("org.rocksdb:rocksdbjni:6.29.4.1") // M1 support
api("org.apache.kafka:kafka-clients:3.1.0")
api("org.apache.kafka:kafka-streams:3.1.0") {
exclude("org.rocksdb", "rocksdbjni")
Expand Down

0 comments on commit ee57d38

Please sign in to comment.