Description
(Extracted from #236 (comment))
Is it correct that 2.5.2 is supposed to be the only version specified in https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml ?
This is breaking some upstream dependencies, namely oauth2-oidc-sdk
which has this in its POM:
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>[1.3.2,2.4.2]</version>
</dependency>
transitive via io.kubernetes:client-java
./gradlew dependencyInsight --configuration=runtimeClasspath --dependency=json-smart
> Configure project :
Generating project version as supplied is version not semver: unspecified
> Task :dependencyInsight
net.minidev:json-smart:[1.3.2,2.4.2] FAILED
Failures:
- Could not find any version that matches net.minidev:json-smart:[1.3.2,2.4.2].
Versions that do not match: 2.5.2
Searched in the following locations:
- https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml
net.minidev:json-smart:[1.3.2,2.4.2] FAILED
\--- com.nimbusds:oauth2-oidc-sdk:9.4
\--- com.microsoft.azure:adal4j:1.6.7
\--- io.kubernetes:client-java:21.0.1-legacy
+--- project :nat (requested io.kubernetes:client-java)
Metadata
Metadata
Assignees
Labels
No labels