Revert " HBASE-23069 periodic dependency bump for Sep 2019 (#1082); ADDENDUM"

This reverts commit 0dc71f9fdf.

 Revert to see if this causing strange test failure on nightlies.
This commit is contained in:
stack 2020-01-24 18:47:34 -08:00
parent 502cb33601
commit 83a2f6b546
1 changed files with 2 additions and 8 deletions

10
pom.xml
View File

@ -1349,7 +1349,7 @@
<curator.version>4.2.0</curator.version> <curator.version>4.2.0</curator.version>
<!-- Plugin Dependencies --> <!-- Plugin Dependencies -->
<apache.rat.version>0.13</apache.rat.version> <apache.rat.version>0.13</apache.rat.version>
<asciidoctor.plugin.version>1.5.8</asciidoctor.plugin.version> <asciidoctor.plugin.version>1.5.8.1</asciidoctor.plugin.version>
<asciidoctorj.pdf.version>1.5.0-rc.2</asciidoctorj.pdf.version> <asciidoctorj.pdf.version>1.5.0-rc.2</asciidoctorj.pdf.version>
<build.helper.maven.version>3.0.0</build.helper.maven.version> <build.helper.maven.version>3.0.0</build.helper.maven.version>
<buildnumber.maven.version>1.4</buildnumber.maven.version> <buildnumber.maven.version>1.4</buildnumber.maven.version>
@ -1370,7 +1370,7 @@
<surefire.version>3.0.0-M4</surefire.version> <surefire.version>3.0.0-M4</surefire.version>
<wagon.ssh.version>2.12</wagon.ssh.version> <wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version> <xml.maven.version>1.0.1</xml.maven.version>
<hbase-thirdparty.version>3.2.0</hbase-thirdparty.version> <hbase-thirdparty.version>3.1.1</hbase-thirdparty.version>
<!-- Intraproject jar naming properties --> <!-- Intraproject jar naming properties -->
<!-- TODO this is pretty ugly, but works for the moment. <!-- TODO this is pretty ugly, but works for the moment.
Modules are pretty heavy-weight things, so doing this work isn't too bad. --> Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
@ -3927,10 +3927,4 @@
<url>file:///tmp</url> <url>file:///tmp</url>
</site> </site>
</distributionManagement> </distributionManagement>
<repositories>
<repository>
<id>thirdparty</id>
<url>https://repository.apache.org/content/repositories/orgapachehbase-1381</url>
</repository>
</repositories>
</project> </project>