Skip to content

Commit eedc4b2

Browse files
committed
Add osx dns resolver dependency on osx profile
1 parent 53a4a6e commit eedc4b2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

jpms-examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@
185185
<osx.arch>${os.detected.arch}</osx.arch>
186186
</properties>
187187
<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>
188194
<dependency>
189195
<groupId>io.netty</groupId>
190196
<artifactId>netty-transport-native-kqueue</artifactId>

0 commit comments

Comments
 (0)