Skip to content

Commit

Permalink
Add netty-transport-native-unix-common to modules/transport-netty4/bu… (
Browse files Browse the repository at this point in the history
#3848) (#3861)

* Add netty-transport-native-unix-common to modules/transport-netty4/build.gradle to satisfy transitive dependency

Signed-off-by: Craig Perkins <[email protected]>

* Update third party audit check

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit 33138ed)

Co-authored-by: Craig Perkins <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and cwperks authored Jul 12, 2022
1 parent e764b04 commit c0a5b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions modules/transport-netty4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies {
api "io.netty:netty-handler:${versions.netty}"
api "io.netty:netty-resolver:${versions.netty}"
api "io.netty:netty-transport:${versions.netty}"
api "io.netty:netty-transport-native-unix-common:${versions.netty}"
}

restResources {
Expand Down Expand Up @@ -147,10 +148,6 @@ thirdPartyAudit {
'io.netty.internal.tcnative.SSLContext',
'io.netty.internal.tcnative.SSLPrivateKeyMethod',

// from io.netty.channel.unix (netty)
'io.netty.channel.unix.FileDescriptor',
'io.netty.channel.unix.UnixChannel',

// from io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator (netty)
'org.bouncycastle.cert.X509v3CertificateBuilder',
'org.bouncycastle.cert.jcajce.JcaX509CertificateConverter',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62c64e182a11e31ad80e68a94f0b02b45344df23

0 comments on commit c0a5b6b

Please sign in to comment.