Skip to content

Commit

Permalink
junixsocket-dist: Add tipc, jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jun 30, 2022
1 parent ce2c96c commit 8d39187
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions junixsocket-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
<artifactId>junixsocket-demo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-tipc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-jetty</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-selftest</artifactId>
Expand Down

0 comments on commit 8d39187

Please sign in to comment.