aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d2e6b3c0ed..93ef3b91b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,9 +252,9 @@
<version>3.3.2</version>
</dependency>
<dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.5</version>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.5</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -1139,5 +1139,15 @@
</dependencies>
</profile>
+ <profile>
+ <id>hive-thriftserver</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>sql/hive-thriftserver</module>
+ </modules>
+ </profile>
+
</profiles>
</project>