nielsbasjes commented on PR #557: URL: https://github.com/apache/unomi/pull/557#issuecomment-1403762327
I found that org.brotli.dec was added by httpcomponents-client v5.2.1. https://github.com/apache/httpcomponents-client/commit/db47570efefe32054f6d5a45cf0023e9d6927338 Looking at their code I see they have already indicated this is optional (and my code does not need it at all): ``` <dependency> <groupId>org.brotli</groupId> <artifactId>dec</artifactId> <optional>true</optional> </dependency> ``` I'm going to find a fix for this. -- 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]
