This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new f27d757468 PHOENIX-7356 Centralize and update versions for
exclude-only dependencies (addendum: fix typo)
f27d757468 is described below
commit f27d757468ce550ce1c68f4ae68b7564b8ae7015
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Jul 15 08:34:36 2024 +0200
PHOENIX-7356 Centralize and update versions for exclude-only dependencies
(addendum: fix typo)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 195e9ea2d0..e90ad865aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
irrelevant, but we need to keep them up to date to appease static
checkers. While Phoenix does
use theses packages, it does not explicitly depend on them, but instead
takes the transitve
dependencies from the Hadoop/HBase version used for building. -->
-
<comons-configuration2.excludeonly.version>2.10.1</comons-configuration2.excludeonly.version>
+
<commons-configuration2.excludeonly.version>2.10.1</commons-configuration2.excludeonly.version>
<hbase-thirdparty.excludeonly.version>4.1.7</hbase-thirdparty.excludeonly.version>
<!-- Plugin versions -->