You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/01/25 02:51:45 UTC

[hbase] 02/04: Revert " HBASE-23069 periodic dependency bump for Sep 2019 (#1082); ADDENDUM"

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 502cb33601391a6a56bee9b9895cfc5259dd956b
Author: stack <st...@apache.org>
AuthorDate: Fri Jan 24 18:47:30 2020 -0800

    Revert " HBASE-23069 periodic dependency bump for Sep 2019 (#1082); ADDENDUM"
    
    This reverts commit 2a11b7e94bf96e7c9ceb408fdeed67dc3e9cdf41.
    
     Revert to see if this causing strange test failure on nightlies.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 589170c..95f762e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3927,4 +3927,10 @@
       <url>file:///tmp</url>
     </site>
   </distributionManagement>
+  <repositories>
+    <repository>
+      <id>thirdparty</id>
+      <url>https://repository.apache.org/content/repositories/orgapachehbase-1381</url>
+    </repository>
+  </repositories>
 </project>