Skip to content

Commit 8fce049

Browse files
committed
downgrade to hbase_thirdparty 4.1.9 again
1 parent 3b91a29 commit 8fce049

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hbase/versions.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# hbase-thirdparty is used to build the hbase-operator-tools and should be set to the version defined in the POM of HBase.
44
{
55
"product": "2.6.1",
6+
# TODO: what is this argument for exactly? The current version of hbase_thirdparty is 4.1.10
7+
# See: https://central.sonatype.com/artifact/org.apache.hbase.thirdparty/hbase-shaded-miscellaneous
8+
#
9+
# But that breaks the build of hbase-operator-tools with:
10+
#
11+
# Could not find artifact org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
612
"hbase_thirdparty": "4.1.9",
713
"hbase_operator_tools": "1.3.0-fd5a5fb",
814
"java-base": "11",
@@ -17,7 +23,7 @@
1723
},
1824
{
1925
"product": "2.6.2",
20-
"hbase_thirdparty": "4.1.10",
26+
"hbase_thirdparty": "4.1.9",
2127
"hbase_operator_tools": "1.3.0-fd5a5fb",
2228
"java-base": "11",
2329
"java-devel": "11",

0 commit comments

Comments
 (0)