Skip to content

Commit 8502c23

Browse files
pwendellScrapCodes
authored andcommitted
Enable thritfserver for Scala 2.10 only
1 parent e22b104 commit 8502c23

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,15 +1363,6 @@
13631363
</dependency>
13641364
</dependencies>
13651365
</profile>
1366-
<profile>
1367-
<id>hive</id>
1368-
<activation>
1369-
<activeByDefault>false</activeByDefault>
1370-
</activation>
1371-
<modules>
1372-
<module>sql/hive-thriftserver</module>
1373-
</modules>
1374-
</profile>
13751366
<profile>
13761367
<id>hive-0.12.0</id>
13771368
<activation>
@@ -1407,6 +1398,8 @@
14071398
<jline.groupid>org.scala-lang</jline.groupid>
14081399
</properties>
14091400
<modules>
1401+
<!-- Modules only available with Scala 2.10 -->
1402+
<module>hive-thriftserver</module>
14101403
<module>external/kafka</module>
14111404
</modules>
14121405
</profile>

0 commit comments

Comments
 (0)