You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/04/21 03:46:22 UTC

[3/6] hbase git commit: HBASE-19547 HBase fails building on AArch64 due to asciidoctor-maven-plugin

HBASE-19547 HBase fails building on AArch64 due to asciidoctor-maven-plugin

Signed-off-by: Sean Busbey <bu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cb1aaa68
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cb1aaa68
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cb1aaa68

Branch: refs/heads/branch-2
Commit: cb1aaa683b4fd6cc024e55eb6d1929b06b57702c
Parents: ddf8b2a
Author: Yuqi Gu <yu...@arm.com>
Authored: Mon Dec 18 09:13:38 2017 +0000
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Apr 20 22:44:24 2018 -0500

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/cb1aaa68/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c8bc1f4..7573d2b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1154,6 +1154,11 @@
             <artifactId>asciidoctorj-pdf</artifactId>
             <version>${asciidoctorj.pdf.version}</version>
           </dependency>
+          <dependency>
+            <groupId>org.jruby</groupId>
+            <artifactId>jruby-complete</artifactId>
+            <version>${jruby.version}</version>
+          </dependency>
         </dependencies>
         <configuration>
           <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>