Skip to content

FIX dependency versions in your pom.xml #634

Description

@MarcusBiel

Because of this definition in the pom.xml:

com.sendgrid
java-http-client
[4.2,5.0)

Every time, when I build my project (mvn package) - I get this extra request:
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/sendgrid/java-http-client/maven-metadata.xml

IMHO this is clutter, and I don't think it is a good practice not to fix the version of your dependencies. How do you know that your jar will work with a future java-http-client dependency?
(And while you are updating this dependency, you might update to a http client that is compatible to GraalVM native mode :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: work in progressTwilio or the community is in the process of implementingtype: bugbug in the library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions