Skip to content

Commit

Permalink
gh-4133 Add comments in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Feb 28, 2024
1 parent 5e0e143 commit c0a10d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ ext.libs = [
junit_platform_launcher : "org.junit.platform:junit-platform-launcher", // version controlled by junit-bom
kafka_clients : "org.apache.kafka:kafka-clients:$versions.kafka", // version controlled by junit-bom
kryo : "com.esotericsoftware:kryo:5.5.0",
// lmdbjava 0.8.3 causes FFI errors on centos7 due to glibc version
// See https://github.com/gchq/stroom/issues/3485 & https://github.com/gchq/stroom/issues/4133
// Potentially caused by https://github.com/jnr/jffi/issues/138 and fixable with a jnr-ffi uplift in lmdbjava
// lmdbjava 0.9.0 has a cursor bug though, https://github.com/lmdbjava/lmdbjava/issues/228
lmdbjava : "org.lmdbjava:lmdbjava:0.8.2",
log4j_over_slf4j : "org.slf4j:log4j-over-slf4j", // version controlled by dropwizard-dependencies
logback_classic : "ch.qos.logback:logback-classic", // version controlled by dropwizard-dependencies
Expand Down

0 comments on commit c0a10d1

Please sign in to comment.