Skip to content

Commit

Permalink
Addressing PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Raghuvansh Raj <[email protected]>
  • Loading branch information
raghuvanshraj committed Jun 7, 2023
1 parent f570ca9 commit 240511b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jmh = 1.35
# compression
zstd = 1.5.5-3

jzlib = 1.1.3
jzlib = 1.1.3
3 changes: 0 additions & 3 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ dependencies {
//zstd
api "com.github.luben:zstd-jni:${versions.zstd}"

// jcraft
api "com.jcraft:jzlib:${versions.jzlib}"

testImplementation(project(":test:framework")) {
// tests use the locally compiled version of server
exclude group: 'org.opensearch', module: 'server'
Expand Down

0 comments on commit 240511b

Please sign in to comment.