Skip to content

Commit

Permalink
Revert "Enable thritfserver for Scala 2.10 only"
Browse files Browse the repository at this point in the history
This reverts commit c75582e.
  • Loading branch information
pwendell authored and ScrapCodes committed Nov 10, 2014
1 parent 67ec364 commit e9d0a06
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,15 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>hive</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>sql/hive-thriftserver</module>
</modules>
</profile>
<profile>
<id>hive-0.12.0</id>
<activation>
Expand Down Expand Up @@ -1398,8 +1407,6 @@
<jline.groupid>org.scala-lang</jline.groupid>
</properties>
<modules>
<!-- Modules only available with Scala 2.10 -->
<module>hive-thriftserver</module>
<module>external/kafka</module>
</modules>
</profile>
Expand Down

0 comments on commit e9d0a06

Please sign in to comment.