Skip to content

Commit

Permalink
demo: Update netty dependency, fix module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Sep 15, 2023
1 parent 2c56baf commit 7ebfde1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junixsocket-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.54.Final</version>
<version>4.1.97.Final</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 3 additions & 1 deletion junixsocket-demo/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
requires mina.core;
requires static com.kohlschutter.annotations.compiletime;
requires static org.eclipse.jdt.annotation;
requires io.netty.all;
requires io.netty.common;
requires io.netty.buffer;
requires io.netty.transport;

exports org.newsclub.net.unix.demo.rmi.services to java.rmi;
exports org.newsclub.net.unix.demo.rmi.fd to java.rmi;
Expand Down

0 comments on commit 7ebfde1

Please sign in to comment.