fix: 增加mac m芯片启动支持

This commit is contained in:
misworga831 2023-03-31 16:48:43 +08:00
parent 4cf8c4e81f
commit ab2bb11eee

View File

@ -460,6 +460,14 @@
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/maven-repository/SF-CSIM-EXPRESS-SDK-V2.1.7.jar</systemPath>
</dependency>
<!-- netty-resolver-dns-native-macos -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>4.1.90.Final</version>
<scope>runtime</scope>
<classifier>osx-aarch_64</classifier>
</dependency>
</dependencies>