Skip to content

Commit

Permalink
selftest-native-image: Add missing dependency
Browse files Browse the repository at this point in the history
junixsocket-darwin was missing.
  • Loading branch information
kohlschuetter committed Jul 24, 2023
1 parent 8cfc5b1 commit 0f12140
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions junixsocket-selftest-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<artifactId>junixsocket-rmi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-darwin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-server</artifactId>
Expand Down

0 comments on commit 0f12140

Please sign in to comment.