JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a te...
<jooq.version>3.14.11</jooq.version> <json-path.version>2.4.0</json-path.version> <json-smart.version>2.3.1</json-smart.version> <jsonassert.version>1.5.0</jsonassert.version> <jstl.version>1.2</jstl.version> <jtds.version>1.3.1</jtds.version> <junit.version>4.13.2</junit.version> ...
4 changes: 2 additions & 2 deletions 4 json-smart/pom.xml Original file line numberDiff line numberDiff line change @@ -114,7 +114,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.6.3<...
2 changes: 1 addition & 1 deletion 2 json-smart/pom.xml Original file line numberDiff line numberDiff line change @@ -134,7 +134,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>3.0.1</...
[INFO] +- com.jayway.jsonpath:json-path:jar:2.5.0:test [INFO] | +- net.minidev:json-smart:jar:2.3:test [INFO] | | \- org.ow2.asm:asm:jar:5.0.4:test [INFO] | \- org.slf4j:slf4j-api:jar:1.7.32:compile [INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test ...
<artifactId>json-smart</artifactId> <version>2.2.1</version> </dependency> <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> <version>2.8.2</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId>...
[INFO] +- com.jayway.jsonpath:json-path:jar:2.2.0:test [INFO] | +- net.minidev:json-smart:jar:2.2.1:test [INFO] | | \- net.minidev:accessors-smart:jar:1.1:test [INFO] | | \- org.ow2.asm:asm:jar:5.0.3:test [INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile ...
[INFO] | | +- net.minidev:json-smart:jar:2.3:test [INFO] | | | \- net.minidev:accessors-smart:jar:1.2:test [INFO] | | | \- org.ow2.asm:asm:jar:5.0.4:test [INFO] | | \- org.slf4j:slf4j-api:jar:1.7.30:compile
<!--导入解析json的依赖--> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>1.1.1</version> </dependency> <!--导入spark-sql依赖--> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.10</artifactId> ...
找到产生冲突的依赖,通过exclusion标签将其移除 <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-oauth2-resource-server</artifactId><exclusions><exclusion><groupId>net.minidev</groupId><artifactId>json-smart</artifactId></exclusion></exclusions></dependency>...