Skip to content

Commit c2b495c

Browse files
committed
STORM-3994 - LocalCluster init fails on Windows because of missing librocksdbjni-win64.dll
1 parent 81ac43b commit c2b495c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DEPENDENCY-LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ List of third-party dependencies grouped by their license type.
485485

486486
Apache License, Version 2.0, GNU General Public License, version 2
487487

488-
* RocksDB JNI (org.rocksdb:rocksdbjni:8.1.1 - https://rocksdb.org)
488+
* RocksDB JNI (org.rocksdb:rocksdbjni:8.5.4 - https://rocksdb.org)
489489

490490
Apache License, Version 2.0, LGPL 2.1, MPL 1.1
491491

LICENSE-binary

+1-1
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ The license texts of these dependencies can be found in the licenses directory.
10131013

10141014
Apache License, Version 2.0, GNU General Public License, version 2
10151015

1016-
* RocksDB JNI (org.rocksdb:rocksdbjni:8.1.1 - https://rocksdb.org)
1016+
* RocksDB JNI (org.rocksdb:rocksdbjni:8.5.4 - https://rocksdb.org)
10171017

10181018
Apache License, Version 2.0, LGPL 2.1, MPL 1.1
10191019

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<jakarta-activation-version>1.2.1</jakarta-activation-version>
156156
<jaxb-version>2.3.0</jaxb-version>
157157
<activation-version>1.1.1</activation-version>
158-
<rocksdb-version>8.1.1</rocksdb-version>
158+
<rocksdb-jni-version>8.5.4</rocksdb-jni-version>
159159
<json-smart.version>2.5.0</json-smart.version>
160160

161161
<!-- see intellij profile below... This fixes an annoyance with intellij -->
@@ -914,7 +914,7 @@
914914
<dependency>
915915
<groupId>org.rocksdb</groupId>
916916
<artifactId>rocksdbjni</artifactId>
917-
<version>${rocksdb-version}</version>
917+
<version>${rocksdb-jni-version}</version>
918918
</dependency>
919919
<dependency>
920920
<groupId>org.apache.activemq</groupId>

storm-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.rocksdb</groupId>
6666
<artifactId>rocksdbjni</artifactId>
67-
<version>${rocksdb-version}</version>
67+
<version>${rocksdb-jni-version}</version>
6868
</dependency>
6969

7070
<!-- jline is included to make the zk shell work through the cli for debugging -->

0 commit comments

Comments
 (0)