Skip to content

Commit

Permalink
Refactor mantis-common libraries.nettyEpoll
Browse files Browse the repository at this point in the history
chore: update netty-transport-native-epoll dependency specification to libraries.nettyEpoll in mantis-common and corresponding changes to root build.gradle (issue Netflix#345)
  • Loading branch information
mabelbot committed Feb 28, 2023
1 parent 4408fa0 commit 091cd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ext.libraries = [
mockneat : "net.andreinc:mockneat:0.4.8",
nettyBuffer : "io.netty:netty-buffer:${versions.nettyVersion}",
nettyCodec : "io.netty:netty-codec-http:${versions.nettyVersion}",
nettyEpoll : "io.netty:netty-transport-native-epoll:${versions.nettyVersion}:linux-x86_64",
rxJava : "io.reactivex:rxjava:1.3.8",
rxNettyShaded : "com.netflix:mantis-rxnetty:0.4.19.1",
slf4jApi : "org.slf4j:slf4j-api:${versions.slf4j}",
Expand Down
2 changes: 1 addition & 1 deletion mantis-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api project(":mantis-common-serde")
api libraries.nettyCodec
api libraries.nettyBuffer
api group: 'io.netty', name: 'netty-transport-native-epoll', classifier: 'linux-x86_64', version: nettyVersion
api libraries.nettyEpoll
api libraries.snappyJava
api libraries.jctools

Expand Down

0 comments on commit 091cd5c

Please sign in to comment.