We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76eab96 commit 53a4a6eCopy full SHA for 53a4a6e
2 files changed
jpms-examples/pom.xml
@@ -139,6 +139,12 @@
139
<artifactId>netty-tcnative-boringssl-static</artifactId>
140
<classifier>${os.detected.classifier}</classifier>
141
<version>2.0.66.Final</version>
142
+ <exclusions>
143
+ <exclusion>
144
+ <groupId>io.netty</groupId>
145
+ <artifactId>*</artifactId>
146
+ </exclusion>
147
+ </exclusions>
148
</dependency>
149
150
<dependency>
jpms-examples/src/main/java/module-info.java
@@ -14,7 +14,6 @@
14
requires static io.vertx.serviceproxy;
15
16
requires io.netty.tcnative.classes.openssl;
17
- requires io.netty.internal.tcnative.openssl.osx.aarch_64;
18
19
requires com.google.protobuf;
20
0 commit comments