Is netty-pkitesting a live dependency or test-only? #15564
-
|
Hi Netty team, I have a question about the netty-pkitesting module. Line 26 in 243863c Is this module intended to be a runtime (library) dependency, or should it be considered test-only? The reason I ask is that when I run If netty-pkitesting is indeed a runtime dependency, would it be possible to declare its dependencies on BouncyCastle, for example: Lines 41 to 48 in 243863c with For context: we are not using BouncyCastle directly. This error appeared after upgrading Netty in zio-http#3507, where you can see the change here: Could you please help clarify this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Since it is a new module, probably nobody used it with JPMS yet. Feel free to fix compatibility. |
Beta Was this translation helpful? Give feedback.
No. And it doesn't look like zio uses it as a test dependency only