You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/08/18 15:04:45 UTC

[phoenix-omid] branch master updated: OMID-230 Update Netty and commons-io versions

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 c2db5faa OMID-230 Update Netty and commons-io versions
c2db5faa is described below

commit c2db5faabf5609dac07bf27f3db2e4926ad8f5d8
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Aug 17 15:59:01 2022 +0200

    OMID-230 Update Netty and commons-io versions
    
    commons-io: 2.11.0
    netty: 4.1.79.Final
---
 pom.xml                    | 12 ++++++++----
 transaction-client/pom.xml |  1 -
 tso-server/pom.xml         |  1 -
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9442b717..040839b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,6 @@
     <properties>
 
         <java.version>1.8</java.version>
-        <commons-io.version>2.11.0</commons-io.version>
 
         <!-- Basic properties -->
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -160,7 +159,7 @@
         <testng.version>6.10</testng.version>
         <slf4j.version>1.7.36</slf4j.version>
         <log4j2.version>2.18.0</log4j2.version>
-        <netty4.version>4.1.76.Final</netty4.version>
+        <netty4.version>4.1.79.Final</netty4.version>
         <!-- com.google repo will be used except on Aarch64 platform. -->
         <protobuf.group>com.google.protobuf</protobuf.group>
         <protobuf-java.version>2.5.0</protobuf-java.version>
@@ -179,8 +178,7 @@
         <zookeeper.version>3.5.9</zookeeper.version>
         <snakeyaml.version>1.30</snakeyaml.version>
         <beanutils.version>1.9.4</beanutils.version>
-        <!-- Kept for Java 7 compatibility. Overridden in hbase-2 profile.-->
-        <commons-io.version>2.6</commons-io.version>
+        <commons-io.version>2.11.0</commons-io.version>
         <google.findbugs.version>3.0.1</google.findbugs.version>
         <commons-pool2.version>2.4.2</commons-pool2.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
@@ -968,6 +966,12 @@
                 <version>${curator.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-all</artifactId>
+                <version>${netty4.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index 6a455ab5..248a05e7 100644
--- a/transaction-client/pom.xml
+++ b/transaction-client/pom.xml
@@ -69,7 +69,6 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
-            <version>${netty4.version}</version>
         </dependency>
 
         <!-- end distributed comm -->
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index 762427db..009369fc 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -112,7 +112,6 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
-            <version>${netty4.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>