Skip to content

Commit 8b90977

Browse files
VGalaxiesimbajin
andcommitted
chore(dist): fix the JSON license issue (#2697)
* setup * chore: change json scope to 'test' in pd.pom * update license --------- Co-authored-by: imbajin <jin@apache.org>
1 parent d827c81 commit 8b90977

4 files changed

Lines changed: 3 additions & 11 deletions

File tree

hugegraph-store/hg-store-core/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
<groupId>org.apache.logging.log4j</groupId>
4040
<artifactId>log4j-slf4j-impl</artifactId>
4141
</dependency>
42+
<!-- TODO: replace it by jackson(com.fasterxml.jackson.core:jackson-databind) -->
4243
<dependency>
4344
<groupId>org.json</groupId>
4445
<artifactId>json</artifactId>
45-
<version>20210307</version>
46+
<version>20240303</version>
47+
<scope>test</scope>
4648
</dependency>
4749

4850
<dependency>

install-dist/release-docs/LICENSE

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -807,14 +807,6 @@ The text of each license is also included in licenses/LICENSE-[project].txt.
807807

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

810-
========================================================================
811-
Third party The JSON License licenses
812-
========================================================================
813-
The following components are provided under the The JSON License License. See project link for details.
814-
The text of each license is also included in licenses/LICENSE-[project].txt.
815-
816-
https://central.sonatype.com/artifact/org.json/json/20210307 -> The JSON License
817-
818810
========================================================================
819811
Third party EPL 1.0 licenses
820812
========================================================================

install-dist/release-docs/licenses/LICENSE-json-20210307.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

install-dist/scripts/dependency/known-dependencies.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ joda-time-2.10.8.jar
267267
jraft-core-1.3.11.jar
268268
jraft-core-1.3.13.jar
269269
jraft-core-1.3.9.jar
270-
json-20210307.jar
271270
jsonassert-1.5.0.jar
272271
json-path-2.5.0.jar
273272
json-simple-1.1.jar

0 commit comments

Comments
 (0)