Skip to content

Commit f9aa21b

Browse files
committed
Test with hbase-thirdparty 4.1.9RC0
1 parent 0411e38 commit f9aa21b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
669669
hbase-thirdparty.
670670
-->
671-
<hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
671+
<hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>
672672
<!-- Coverage properties -->
673673
<jacoco.version>0.8.8</jacoco.version>
674674
<jacocoArgLine/>
@@ -5105,4 +5105,11 @@
51055105
</properties>
51065106
</profile>
51075107
</profiles>
5108+
<repositories>
5109+
<repository>
5110+
<id>hbase-thirdparty-4.1.9RC0</id>
5111+
<name>hbase-thirdparty-4.1.9RC0</name>
5112+
<url>https://repository.apache.org/content/repositories/orgapachehbase-1556/</url>
5113+
</repository>
5114+
</repositories>
51085115
</project>

0 commit comments

Comments
 (0)