Skip to content

Commit

Permalink
fix: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Jun 8, 2023
1 parent b307be5 commit f81b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
api("io.netty:netty-common:${Version.NETTY}")
api("io.netty:netty-handler:${Version.NETTY}")
api("io.netty:netty-transport:${Version.NETTY}")
api("io.netty:netty-transport-classes-unix-common:${Version.NETTY}")
api("io.netty:netty-transport-classes-epoll:${Version.NETTY}")
api("io.netty:netty-transport-classes-kqueue:${Version.NETTY}")
api("kr.jclab.netty:netty-transport-classes-iocp:${Version.NETTY_IOCP}")
Expand All @@ -51,6 +50,7 @@ dependencies {
testImplementation("org.slf4j:slf4j-simple:2.0.6")
testImplementation("net.java.dev.jna:jna:5.13.0")
testImplementation("net.java.dev.jna:jna-platform:5.13.0")
testImplementation("io.netty:netty-transport-native-unix-common:${Version.NETTY}")
testImplementation("io.netty:netty-transport-native-epoll:${Version.NETTY}:linux-x86_64")
testImplementation("io.netty:netty-transport-native-epoll:${Version.NETTY}:linux-aarch_64")
testImplementation("io.netty:netty-transport-native-kqueue:${Version.NETTY}:osx-x86_64")
Expand Down

0 comments on commit f81b8ac

Please sign in to comment.