Skip to content

Commit

Permalink
chore(dist): fix the JSON license issue (#2697)
Browse files Browse the repository at this point in the history
* setup

* chore: change json scope to 'test' in pd.pom

* update license

---------

Co-authored-by: imbajin <[email protected]>
  • Loading branch information
VGalaxies and imbajin committed Nov 26, 2024
1 parent d827c81 commit 8b90977
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion hugegraph-store/hg-store-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<!-- TODO: replace it by jackson(com.fasterxml.jackson.core:jackson-databind) -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20240303</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
8 changes: 0 additions & 8 deletions install-dist/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -807,14 +807,6 @@ The text of each license is also included in licenses/LICENSE-[project].txt.

https://central.sonatype.com/artifact/org.mindrot/jbcrypt/0.4 -> ISC

========================================================================
Third party The JSON License licenses
========================================================================
The following components are provided under the The JSON License License. See project link for details.
The text of each license is also included in licenses/LICENSE-[project].txt.

https://central.sonatype.com/artifact/org.json/json/20210307 -> The JSON License

========================================================================
Third party EPL 1.0 licenses
========================================================================
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion install-dist/scripts/dependency/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ joda-time-2.10.8.jar
jraft-core-1.3.11.jar
jraft-core-1.3.13.jar
jraft-core-1.3.9.jar
json-20210307.jar
jsonassert-1.5.0.jar
json-path-2.5.0.jar
json-simple-1.1.jar
Expand Down

0 comments on commit 8b90977

Please sign in to comment.