bipinprasad commented on code in PR #3476:
URL: https://github.com/apache/storm/pull/3476#discussion_r868486243


##########
LICENSE-binary:
##########
@@ -930,7 +930,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * JAX-RS provider for JSON content type 
(org.codehaus.jackson:jackson-jaxrs:1.9.13 - http://jackson.codehaus.org)
         * Xml Compatibility extensions for Jackson 
(org.codehaus.jackson:jackson-xc:1.9.13 - http://jackson.codehaus.org)
         * Javassist (org.javassist:javassist:3.24.1-GA - 
http://www.javassist.org/)
-        * RocksDB JNI (org.rocksdb:rocksdbjni:5.18.4 - http://rocksdb.org/)
+        * RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org/)

Review Comment:
   same issue here I think:
   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)  



##########
LICENSE-binary:
##########
@@ -930,7 +930,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * JAX-RS provider for JSON content type 
(org.codehaus.jackson:jackson-jaxrs:1.9.13 - http://jackson.codehaus.org)
         * Xml Compatibility extensions for Jackson 
(org.codehaus.jackson:jackson-xc:1.9.13 - http://jackson.codehaus.org)
         * Javassist (org.javassist:javassist:3.24.1-GA - 
http://www.javassist.org/)
-        * RocksDB JNI (org.rocksdb:rocksdbjni:5.18.4 - http://rocksdb.org/)
+        * RocksDB JNI (org.rocksdb:rocksdbjni:6.27.3 - http://rocksdb.org/)

Review Comment:
   same issue here I think:
   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: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to