Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 240: Remove Netty dependencies #241

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ allprojects {
force "org.glassfish.jersey.core:jersey-server:" + jerseyVersion
force "org.slf4j:slf4j-api:" + slf4jApiVersion
force "io.netty:netty-tcnative-boringssl-static:" + nettyBoringSSLVersion
force "io.netty:netty-transport:" + nettyVersion
force "io.netty:netty-handler:" + nettyVersion
force "org.apache.zookeeper:zookeeper:" + apacheZookeeperVersion
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jerseyVersion=2.30
junitVersion=4.12
lombokVersion=1.18.4
mockitoVersion=2.23.0
nettyVersion=4.1.65.Final
nettyBoringSSLVersion=2.0.39.Final
jacocoVersion=0.8.2
protobufGradlePlugin=0.8.9
Expand Down