chibenwa commented on pull request #886: URL: https://github.com/apache/james-project/pull/886#issuecomment-1050804710
I reproduced. jcraf jzlib is now an optional jar CF https://mvnrepository.com/artifact/io.netty/netty-codec/4.1.72.Final We need to add it explicitly in server/protocols/protocols-imap4... ``` <dependency> <groupId>com.jcraft</groupId> <artifactId>jzlib</artifactId> <version>1.1.3</version> </dependency> ``` Does the trick here! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
