This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
The following commit(s) were added to refs/heads/master by this push:
new e358e733 OMID-302 Use Netty BOM (#183)
e358e733 is described below
commit e358e7332bc60fdbf1e51c0892110690362b712e
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Mar 19 10:50:57 2025 +0100
OMID-302 Use Netty BOM (#183)
---
pom.xml | 37 +++----------------------------------
1 file changed, 3 insertions(+), 34 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9656bdbe..830c6aea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1172,43 +1172,12 @@
<version>${curator.version}</version>
</dependency>
- <!-- These are directly used -->
<dependency>
<groupId>io.netty</groupId>
- <artifactId>netty-transport</artifactId>
- <version>${netty4.version}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-common</artifactId>
- <version>${netty4.version}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-codec</artifactId>
- <version>${netty4.version}</version>
- </dependency>
-
- <!-- These are to manage the indirect dependencies -->
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-buffer</artifactId>
- <version>${netty4.version}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-handler</artifactId>
- <version>${netty4.version}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-transport-native-epoll</artifactId>
- <version>${netty4.version}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-transport-native-unix-common</artifactId>
+ <artifactId>netty-bom</artifactId>
<version>${netty4.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
</dependency>
<!-- set version for snakeyaml transitive dependencies -->