Repository: lens
Updated Branches:
  refs/heads/master b71be2dc9 -> 5d79ecfdb


LENS-881 : Remove hive-metastore jar from lens-ship-jars


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/5d79ecfd
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/5d79ecfd
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/5d79ecfd

Branch: refs/heads/master
Commit: 5d79ecfdbce74bd5b1f77911f200af1b7d76a01a
Parents: b71be2d
Author: Amareshwari Sriramadasu <amareshw...@apache.org>
Authored: Thu Nov 26 10:25:10 2015 +0530
Committer: Amareshwari Sriramadasu <amareshw...@apache.org>
Committed: Thu Nov 26 10:25:10 2015 +0530

----------------------------------------------------------------------
 lens-ship-jars/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/5d79ecfd/lens-ship-jars/pom.xml
----------------------------------------------------------------------
diff --git a/lens-ship-jars/pom.xml b/lens-ship-jars/pom.xml
index 6268445..b150980 100644
--- a/lens-ship-jars/pom.xml
+++ b/lens-ship-jars/pom.xml
@@ -52,11 +52,6 @@
       <groupId>net.sf.opencsv</groupId>
       <artifactId>opencsv</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hive</groupId>
-      <artifactId>hive-metastore</artifactId>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 
   <build>
@@ -72,7 +67,6 @@
               <include>org.apache.lens:lens-storage-db</include>
               <include>org.apache.lens:lens-cube</include>
               <include>org.apache.lens:lens-query-lib</include>
-              <include>org.apache.hive:hive-metastore</include>
               <include>net.sf.opencsv:opencsv</include>
             </includes>
           </artifactSet>

Reply via email to