Skip to content

Commit

Permalink
Merge pull request #752 from /issues/751-netty-resolver-dns-native-macos
Browse files Browse the repository at this point in the history
Fix #751: Add netty-resolver-dns-native-macos dependency
  • Loading branch information
banterCZ authored Jan 22, 2024
2 parents 19f05cd + 3da5a63 commit e93b82b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions powerauth-push-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- For run at Apple M1 architecture -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<scope>runtime</scope>
<classifier>osx-aarch_64</classifier>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit e93b82b

Please sign in to comment.