Skip to content

Commit

Permalink
[HOTFIX] Fix failing CI test cases
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kunal642 authored and ravipesala committed Jul 30, 2019
1 parent c65cc12 commit ed117f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ed117f7

Please sign in to comment.