Skip to content

Commit

Permalink
Enable thritfserver for Scala 2.10 only
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell authored and ScrapCodes committed Nov 10, 2014
1 parent e22b104 commit 8502c23
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,15 +1363,6 @@
</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 @@ -1407,6 +1398,8 @@
<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 8502c23

Please sign in to comment.