Repository: carbondata Updated Branches: refs/heads/branch-1.4 a9fd42cd0 -> afb802e60
[HOTFIX] Fix streaming test case loading by using common-lang3 3.5 jar [HOTFIX] Fix streaming test case loading by using common-lang3 3.5 jar This closes #2237 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/afb802e6 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/afb802e6 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/afb802e6 Branch: refs/heads/branch-1.4 Commit: afb802e60c3f0e8052aae98366189268678c3733 Parents: a9fd42c Author: ravipesala <[email protected]> Authored: Fri Apr 27 02:47:27 2018 +0530 Committer: chenliang613 <[email protected]> Committed: Fri Apr 27 11:11:01 2018 +0800 ---------------------------------------------------------------------- datamap/lucene/pom.xml | 2 +- processing/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/afb802e6/datamap/lucene/pom.xml ---------------------------------------------------------------------- diff --git a/datamap/lucene/pom.xml b/datamap/lucene/pom.xml index 19c7faf..bdb8876 100644 --- a/datamap/lucene/pom.xml +++ b/datamap/lucene/pom.xml @@ -28,7 +28,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.5</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> http://git-wip-us.apache.org/repos/asf/carbondata/blob/afb802e6/processing/pom.xml ---------------------------------------------------------------------- diff --git a/processing/pom.xml b/processing/pom.xml index ef42471..b1a103a 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.5</version> </dependency> <dependency> <groupId>org.jmockit</groupId>
