zabetak opened a new pull request, #4190:
URL: https://github.com/apache/calcite/pull/4190

   Add version contraint ensuring that we are always using the 2.3 version for 
json-smart.
   
   There is a transitive dependecy to json-smart from the piglet module with a 
version range [1.3.1,2.3]:
   
   project :piglet > org.apache.hadoop:hadoop-common:2.10.2 > 
org.apache.hadoop:hadoop-auth:2.10.2 > com.nimbusds:nimbus-jose-jwt:7.9
   
   The maven-metadata.xml of json-smart in Maven central [1] is used to resolve 
version ranges. After the 2.5.2 relase of json-smart [2] the previous versions 
were removed from the metadata file leading to failures in the resolution of 
ranged versions.
   
   Using a version constraint by-passes the ranged version problem and improves 
build stability.
   
   [1] 
https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml
   [2] https://github.com/netplex/json-smart-v2/issues/240


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to