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 (#22951)

(cherry picked from commit 6692bc8)
  • Loading branch information
lhotari committed Jun 21, 2024
1 parent 6b59c35 commit b062909
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 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 @@ -312,7 +312,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 @@ -363,7 +363,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

0 comments on commit b062909

Please sign in to comment.