This is an automated email from the ASF dual-hosted git repository.

ravipesala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new ed117f7  [HOTFIX] Fix failing CI test cases
ed117f7 is described below

commit ed117f74caae606849d01f5df434804ecc97d8eb
Author: kunal642 <kunalkapoor...@gmail.com>
AuthorDate: Mon Jul 29 21:46:41 2019 +0530

    [HOTFIX] Fix failing CI test cases
    
    Problem: Bloom and lucene dependency was removed due to which mvn was 
downloaded the old jar.
    
    Solution: Add bloom and lucene dependency to the main pom
    
    This closes #3341
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3995e43..35317ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,8 @@
     <module>store/sdk</module>
     <module>assembly</module>
     <module>tools/cli</module>
+    <module>datamap/bloom</module>
+    <module>datamap/lucene</module>
     <module>datamap/mv/plan</module>
     <module>datamap/mv/core</module>
     <module>examples/spark2</module>

Reply via email to