From affb5b167c2dce6feb02f19c8441dc22fad32c44 Mon Sep 17 00:00:00 2001 From: Yize Li Date: Tue, 18 Aug 2020 18:09:40 +0800 Subject: [PATCH] upgrade some dependencies for heuristic index module --- hetu-heuristic-index-cli/pom.xml | 2 ++ hetu-heuristic-index/pom.xml | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hetu-heuristic-index-cli/pom.xml b/hetu-heuristic-index-cli/pom.xml index 211fefffc..1f8ee06f7 100644 --- a/hetu-heuristic-index-cli/pom.xml +++ b/hetu-heuristic-index-cli/pom.xml @@ -16,12 +16,14 @@ false false 2.0.2 + 1.7.30 org.slf4j slf4j-api + ${org.slf4j.version} org.slf4j diff --git a/hetu-heuristic-index/pom.xml b/hetu-heuristic-index/pom.xml index a9b0bb5df..a73f37eda 100644 --- a/hetu-heuristic-index/pom.xml +++ b/hetu-heuristic-index/pom.xml @@ -16,12 +16,15 @@ ${project.parent.basedir} false + 1.7.30 + 0.8.11 org.slf4j slf4j-api + ${org.slf4j.version} commons-logging @@ -168,7 +171,7 @@ org.roaringbitmap RoaringBitmap - 0.8.6 + ${org.roaringbitmap.version} io.airlift