bipinprasad commented on code in PR #3476:
URL: https://github.com/apache/storm/pull/3476#discussion_r868485921
##########
DEPENDENCY-LICENSES:
##########
@@ -531,7 +531,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:5.18.4 - http://rocksdb.org/)
+ * RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org/)
Review Comment:
As per the build error, this line needs to be changed to remove the trailing
slash:
* RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org/)
should be
* RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org)
##########
DEPENDENCY-LICENSES:
##########
@@ -531,7 +531,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:5.18.4 - http://rocksdb.org/)
+ * RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org/)
Review Comment:
As per the build error, this line needs to be changed to remove the trailing
slash:
* RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org/)
should be
* RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]