Repository: hbase
Updated Branches:
  refs/heads/master e22f9e2d9 -> 46cb5dfa2


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

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


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

Branch: refs/heads/master
Commit: e5fb33259287d7b9c1b24f6adee28159b49ddeed
Parents: e22f9e2
Author: Yuqi Gu <yuqi...@arm.com>
Authored: Mon Dec 18 09:13:38 2017 +0000
Committer: Sean Busbey <bus...@apache.org>
Committed: Fri Apr 20 22:41:26 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/e5fb3325/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8f1150..7aede4a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1261,6 +1261,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>

Reply via email to