We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a4a6e commit eedc4b2Copy full SHA for eedc4b2
1 file changed
jpms-examples/pom.xml
@@ -185,6 +185,12 @@
185
<osx.arch>${os.detected.arch}</osx.arch>
186
</properties>
187
<dependencies>
188
+ <dependency>
189
+ <groupId>io.netty</groupId>
190
+ <artifactId>netty-resolver-dns-native-macos</artifactId>
191
+ <classifier>osx-aarch_64</classifier>
192
+ <version>4.2.9.Final</version>
193
+ </dependency>
194
<dependency>
195
<groupId>io.netty</groupId>
196
<artifactId>netty-transport-native-kqueue</artifactId>
0 commit comments