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 17cd0ea OMID-214 Upgrade commons-io 17cd0ea is described below commit 17cd0eae86950af83e7f7bf7859c18daa0423390 Author: Peter Somogyi <psomo...@apache.org> AuthorDate: Fri Oct 1 13:21:48 2021 +0200 OMID-214 Upgrade commons-io Upgraded to 2.6 for hbase-1 profile Upgraded to 2.11.0 for hbase-2 profile --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de3d8c6..169df98 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,8 @@ <zookeeper.version>3.4.9</zookeeper.version> <snakeyaml.version>1.26</snakeyaml.version> <beanutils.version>1.9.4</beanutils.version> - <commons-io.version>2.4</commons-io.version> + <!-- Kept for Java 7 compatibility. Overridden in hbase-2 profile.--> + <commons-io.version>2.6</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> @@ -623,6 +624,7 @@ <hadoop.version>${hadoop2.version}</hadoop.version> <hbase.version>${hbase2.version}</hbase.version> <hbase.artifactId.suffix>${hbase2.artifactId.suffix}</hbase.artifactId.suffix> + <commons-io.version>2.11.0</commons-io.version> </properties> </profile>