HBASE-16750 hbase compilation failed on power system (Saravanan Krishnamoorthy)
This commit is contained in:
parent
29e8300a87
commit
8203e02a2f
6
pom.xml
6
pom.xml
@ -1047,7 +1047,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.asciidoctor</groupId>
|
<groupId>org.asciidoctor</groupId>
|
||||||
<artifactId>asciidoctorj-pdf</artifactId>
|
<artifactId>asciidoctorj-pdf</artifactId>
|
||||||
<version>1.5.0-alpha.6</version>
|
<version>1.5.0-alpha.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
@ -1057,6 +1057,8 @@
|
|||||||
<sourceHighlighter>coderay</sourceHighlighter>
|
<sourceHighlighter>coderay</sourceHighlighter>
|
||||||
<attributes>
|
<attributes>
|
||||||
<docVersion>${project.version}</docVersion>
|
<docVersion>${project.version}</docVersion>
|
||||||
|
<sourcedir>${project.build.sourceDirectory}</sourcedir>
|
||||||
|
<pdfmarks/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
@ -1219,7 +1221,7 @@
|
|||||||
<findbugs-annotations>1.3.9-1</findbugs-annotations>
|
<findbugs-annotations>1.3.9-1</findbugs-annotations>
|
||||||
<checkstyle.version>6.18</checkstyle.version>
|
<checkstyle.version>6.18</checkstyle.version>
|
||||||
<javadoc.version>2.10.3</javadoc.version>
|
<javadoc.version>2.10.3</javadoc.version>
|
||||||
<asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
|
<asciidoctor.plugin.version>1.5.3</asciidoctor.plugin.version>
|
||||||
<!-- General Packaging -->
|
<!-- General Packaging -->
|
||||||
<package.prefix>/usr</package.prefix>
|
<package.prefix>/usr</package.prefix>
|
||||||
<package.conf.dir>/etc/hbase</package.conf.dir>
|
<package.conf.dir>/etc/hbase</package.conf.dir>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user