Skip to content

Commit

Permalink
Merge pull request #3598 from apache/STORM-3994
Browse files Browse the repository at this point in the history
STORM-3994 - LocalCluster init fails on Windows because of missing librocksdbjni-win64.dll
  • Loading branch information
jnioche authored Nov 9, 2023
2 parents cd7dfc5 + c2b495c commit 0183b44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ List of third-party dependencies grouped by their license type.

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

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

Apache License, Version 2.0, LGPL 2.1, MPL 1.1

Expand Down
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ The license texts of these dependencies can be found in the licenses directory.

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

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

Apache License, Version 2.0, LGPL 2.1, MPL 1.1

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<jakarta-activation-version>1.2.1</jakarta-activation-version>
<jaxb-version>2.3.0</jaxb-version>
<activation-version>1.1.1</activation-version>
<rocksdb-version>8.1.1</rocksdb-version>
<rocksdb-jni-version>8.5.4</rocksdb-jni-version>
<json-smart.version>2.5.0</json-smart.version>

<!-- see intellij profile below... This fixes an annoyance with intellij -->
Expand Down Expand Up @@ -914,7 +914,7 @@
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>${rocksdb-version}</version>
<version>${rocksdb-jni-version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storm-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>${rocksdb-version}</version>
<version>${rocksdb-jni-version}</version>
</dependency>

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

0 comments on commit 0183b44

Please sign in to comment.