Skip to content

Commit

Permalink
[cleanup][misc] Remove classifier from netty-transport-native-unix-co…
Browse files Browse the repository at this point in the history
…mmon dependency (apache#22951)

(cherry picked from commit 6692bc8)
(cherry picked from commit 2c11988)
  • Loading branch information
lhotari authored and nikhil-ctds committed Jul 1, 2024
1 parent 692258c commit cca5668
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ The Apache Software License, Version 2.0
- io.netty-netty-transport-native-epoll-4.1.111.Final-linux-aarch_64.jar
- io.netty-netty-transport-native-epoll-4.1.111.Final-linux-x86_64.jar
- io.netty-netty-transport-native-unix-common-4.1.111.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.111.Final-linux-x86_64.jar
- io.netty-netty-tcnative-boringssl-static-2.0.65.Final.jar
- io.netty-netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar
- io.netty-netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar
Expand Down
1 change: 0 additions & 1 deletion distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ The Apache Software License, Version 2.0
- netty-transport-native-epoll-4.1.111.Final-linux-aarch_64.jar
- netty-transport-native-epoll-4.1.111.Final-linux-x86_64.jar
- netty-transport-native-unix-common-4.1.111.Final.jar
- netty-transport-native-unix-common-4.1.111.Final-linux-x86_64.jar
- netty-tcnative-boringssl-static-2.0.65.Final.jar
- netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar
- netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar
Expand Down
1 change: 0 additions & 1 deletion pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<classifier>linux-x86_64</classifier>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ The Apache Software License, Version 2.0
- netty-transport-native-epoll-4.1.111.Final-linux-aarch_64.jar
- netty-transport-native-epoll-4.1.111.Final-linux-x86_64.jar
- netty-transport-native-unix-common-4.1.111.Final.jar
- netty-transport-native-unix-common-4.1.111.Final-linux-x86_64.jar
- netty-incubator-transport-classes-io_uring-0.0.21.Final.jar
- netty-incubator-transport-native-io_uring-0.0.21.Final-linux-x86_64.jar
- netty-incubator-transport-native-io_uring-0.0.21.Final-linux-aarch_64.jar
Expand Down

0 comments on commit cca5668

Please sign in to comment.