From accc27fc9bc985235d3ba09767ac2acbd5e731c4 Mon Sep 17 00:00:00 2001 From: Linary Date: Tue, 22 Sep 2020 09:09:17 +0800 Subject: [PATCH] Solve some dependency conflicts (#54) (#1184) Change-Id: I86f0a7800e19acb6356e9e603605cb03eff1d30d --- hugegraph-api/pom.xml | 21 +++++++++++++++++++++ hugegraph-cassandra/pom.xml | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/hugegraph-api/pom.xml b/hugegraph-api/pom.xml index a2a3e2f8cd..ce3f9987c4 100644 --- a/hugegraph-api/pom.xml +++ b/hugegraph-api/pom.xml @@ -66,6 +66,27 @@ io.dropwizard.metrics metrics-jersey2 + + + org.glassfish.grizzly + grizzly-http + 2.4.4 + + + org.glassfish.grizzly + grizzly-framework + 2.4.4 + + + org.glassfish.grizzly + grizzly-http-server + 2.4.4 + + + org.glassfish.grizzly + grizzly-http-servlet + 2.4.4 + diff --git a/hugegraph-cassandra/pom.xml b/hugegraph-cassandra/pom.xml index 7f4e4fd82e..7fb53b4420 100644 --- a/hugegraph-cassandra/pom.xml +++ b/hugegraph-cassandra/pom.xml @@ -60,12 +60,12 @@ io.netty netty-all - 4.1.42.Final + 4.1.13.Final io.netty netty-transport-native-epoll - 4.1.36.Final + 4.1.13.Final linux-x86_64