Repository: incubator-hivemall Updated Branches: refs/heads/master 1add38b6d -> 2fa6fb99d
[Hotfix] Fixed CI error due to depending roaringbitmap version Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/2fa6fb99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/2fa6fb99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/2fa6fb99 Branch: refs/heads/master Commit: 2fa6fb99dd059c2003829e9c455668835e26be24 Parents: 1add38b Author: Makoto Yui <[email protected]> Authored: Mon Dec 18 16:18:36 2017 +0900 Committer: Makoto Yui <[email protected]> Committed: Mon Dec 18 16:18:36 2017 +0900 ---------------------------------------------------------------------- core/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/2fa6fb99/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 59af7e5..0a6b0dc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -139,7 +139,8 @@ <dependency> <groupId>org.roaringbitmap</groupId> <artifactId>RoaringBitmap</artifactId> - <version>[0.6,0.7)</version> + <version>0.6.51</version> + <!-- <version>[0.6,0.7)</version> --> <scope>compile</scope> </dependency> <dependency>
