Skip to content

Commit 0fe1c9c

Browse files
authored
HBASE-25804 [branch-1] Make hbase-thrift module build with jdk8 (#3193)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
1 parent 3c87447 commit 0fe1c9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<modules>
6464
<module>hbase-resource-bundle</module>
6565
<module>hbase-server</module>
66-
<module>hbase-thrift</module>
6766
<module>hbase-rest</module>
6867
<module>hbase-shell</module>
6968
<module>hbase-protocol</module>
@@ -2033,6 +2032,9 @@
20332032
<activation>
20342033
<jdk>1.8</jdk>
20352034
</activation>
2035+
<modules>
2036+
<module>hbase-thrift</module>
2037+
</modules>
20362038
<build>
20372039
<pluginManagement>
20382040
<plugins>

0 commit comments

Comments
 (0)