Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2019#discussion_r171568091
--- Diff: datamap/lucene/pom.xml ---
@@ -96,6 +96,11 @@
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
--- End diff --
move this version definition to parent---
