Skip to content

Ranged version in grpc-netty cause maven-metadata download every build. #3634

@m11y

Description

@m11y

What version of gRPC are you using?

1.7.0

What JVM are you using (java -version)?

java version "1.8.0_144"

I found following maven config in grpc-netty-1.7.0.pom:

    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-core</artifactId>
      <version>[1.7.0]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-codec-http2</artifactId>
      <version>[4.1.16.Final]</version>
      <scope>compile</scope>
    </dependency>

Please don't use ranged version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions