Skip to content

Commit

Permalink
fix apache license conflicts: jnr-posix and jboss-logging (apache#1822)
Browse files Browse the repository at this point in the history
fix apache license conflicts:

- jnr-posix (LGPL+GPL): cassandra-driver-core
- jboss-logging (LGPL): cassandra-all

fix apache#1632
  • Loading branch information
z7658329 authored Apr 16, 2022
1 parent 734d554 commit ad24359
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hugegraph-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -61,6 +65,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit ad24359

Please sign in to comment.