Skip to content

Commit

Permalink
Merge pull request #77 from nebula-plugins/align-netty-changes
Browse files Browse the repository at this point in the history
align-netty.json: remove transport-native-unix-common and transport-native-unix-knative as they are available since 4.1.11 which is 6 years old
  • Loading branch information
rpalcolea committed Sep 2, 2023
2 parents 26fcf31 + 8b9a366 commit 0e13b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/align-netty.json
Expand Up @@ -4,7 +4,7 @@
"name": "align-netty",
"group": "io.netty",
"includes": [],
"excludes": ["netty", "netty-(metrics-yammer|tcnative-boringssl-static|tcnative|tcnative-classes|tcnative-parent|microbench|codec-redis|codec-smtp|build|bom|testsuite-autobahn|transport-native-unix-common|transport-native-kqueue|tarball|dev-tools)"],
"excludes": ["netty", "netty-(metrics-yammer|tcnative-boringssl-static|tcnative|tcnative-classes|tcnative-parent|microbench|codec-redis|codec-smtp|build|bom|testsuite-autobahn|tarball|dev-tools)"],
"reason": "Align all Netty libraries",
"author": "Danny Thomas <dannyt@netflix.com>",
"date": "2016-04-28"
Expand Down

0 comments on commit 0e13b47

Please sign in to comment.