okleine / nCoAP

Java implementation of the CoAP protocol using netty
BSD 3-Clause "New" or "Revised" License
179 stars 57 forks source link

Ancient netty #44

Open wz2b opened 3 years ago

wz2b commented 3 years ago

I'm using this library, but I tried to bring in a different library (digitalpetri's modbus) and it tries to bring in netty 4.1.54. This causes me to get a runtime exception indicating a missing class; in reality, the reason for this is that ncoap-core is bringing in an old version of netty (3.9.something) causing me a problem.

I think what I need is an update (or fork) of this library that uses netty 4.x

Does such a thing exist?