json-smart:pom:2.3-SNAPSHOT

Issue #388 resolved
Former user created an issue

Could not find artifact net.minidev:json-smart:pom:2.3-SNAPSHOT in pom: <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>8.20</version>

dependence: <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>[1.3.1,2.3]</version> </dependency>

this cause maven compile to download “net.minidev:json-smart:pom:2.3-SNAPSHOT”,but “net.minidev:json-smart:pom:2.3-SNAPSHOT” is not in maven repository,the repository metadata is not match with the jar。we suggest that the version of dependency should be a exact version,not a range version,In fact, most people don't use it that way in java。

Comments (1)

  1. Vladimir Dzhuvinov

    You can either lock the dependency to 2.3 in your own pom.xml or switch to Nimbus JOSE+JWT v9.x where the JSON smart dependency is shaded.

  2. Log in to comment