Mark hive-exec dependency as provided
diff --git a/LICENSE b/LICENSE
index 6ab925c..23c8577 100644
--- a/LICENSE
+++ b/LICENSE
@@ -563,6 +563,7 @@
 The Scala License (see above), for:
   scala-compiler
   scala-library
+  scala-reflect
   jline
 
 --------------------------------------------------------------------------------
diff --git a/crunch-hive/pom.xml b/crunch-hive/pom.xml
index aef85c3..6ef8646 100644
--- a/crunch-hive/pom.xml
+++ b/crunch-hive/pom.xml
@@ -56,6 +56,7 @@
     <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-exec</artifactId>
+      <scope>provided</scope>
     </dependency>
     
   </dependencies>