From 32a69a170cab441fd123c0f15233fb6eaf992d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Fri, 15 Apr 2022 17:21:51 +0800 Subject: [PATCH] Update pom.xml apache license conflict handle,jnr-posix (LGPL+GPL): cassandra-driver-core jboss-logging (LGPL): cassandra-all --- hugegraph-cassandra/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hugegraph-cassandra/pom.xml b/hugegraph-cassandra/pom.xml index d4b5a99249..ade3a1b61b 100644 --- a/hugegraph-cassandra/pom.xml +++ b/hugegraph-cassandra/pom.xml @@ -50,6 +50,10 @@ org.eclipse.jdt.core.compiler ecj + + org.jboss.logging + jboss-logging + @@ -61,6 +65,10 @@ io.netty netty-handler + + com.github.jnr + jnr-posix +