Giter VIP home page Giter VIP logo

Comments (1)

vruusmann avatar vruusmann commented on August 18, 2024

The JPMML-Evaluator library is typically co-deployed with other Java libraries, which may wish to depend on different versions of Guava, Commons-Math3 etc. libraries.

A version range such as <version>[14.0, 19.0]</version> makes it possible for different Java libraries to "negotiate" a Guava version, which will be satisfiable to all of them. Otherwise, every Java library would need to import its own Guava version, which would make application packaging rather difficult.

By default, version ranges only "select" release versions. If your application build is "selecting" snapshot versions as well, then you need to disable the use of snapshot repositories.

[WARNING] The POM for com.google.guava:guava:jar:19.0-SNAPSHOT is missing, no dependency information available

If you run mvn clean install with current JPMML-Evaluator checkout, then there are no such warnings. So, please fix your local environment/build.

from jpmml-evaluator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.