Skip to content

Commit f3ba36b

Browse files
committed
migrate json-simple to json
1 parent 4585f0a commit f3ba36b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2021 VMware, Inc.
2+
* Copyright 2019-2025 VMware, Inc.
33
* SPDX-License-Identifier: EPL-2.0
44
*/
55
apply plugin: 'java'
@@ -37,9 +37,7 @@ dependencies {
3737
compile group: 'javax.servlet.jsp', name: 'javax.servlet.jsp-api', version: '2.3.1'
3838
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
3939
compile group: 'org.apache.taglibs', name: 'taglibs-standard-impl', version: '1.2.5'
40-
compile("com.googlecode.json-simple:json-simple:1.1.1") {
41-
exclude group: 'junit'
42-
}
40+
compile group 'org.json', name: 'json', version: '20250107'
4341
compile group: 'com.vmware.singleton', name: 'singleton-i18n-patterns-core', version: '[0.5.1,)'
4442
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
4543
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.30'

0 commit comments

Comments
 (0)