sijie commented on a change in pull request #917: Issue 915: Part 2 - Add
crc32c integer/long checksum utils under `com.scurrilous.circe.checksum`
URL: https://github.com/apache/bookkeeper/pull/917#discussion_r160003701
##########
File path: circe-checksum/pom.xml
##########
@@ -48,6 +48,12 @@
<version>${guava.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-buffer</artifactId>
Review comment:
@merlimat I exclude `netty-buffer` in bookkeeper-server when switching it
from `pulsar-checksum` to use this imported module. (see the last commit in
#937 )
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services