Skip to content

Maven dependency issues #2196

@dconnelly

Description

@dconnelly

Looks like module dependencies are mixing different versions of api-common:

Dependency convergence error for com.google.api:api-common:1.1.0 paths to dependency are:
+-astro:astro-admin-server:1.0-SNAPSHOT
  +-com.google.cloud:google-cloud-bigquery:0.20.0-beta
    +-com.google.cloud:google-cloud-core:1.2.0
      +-com.google.api:api-common:1.1.0
and
+-astro:astro-admin-server:1.0-SNAPSHOT
  +-com.google.cloud:google-cloud-bigquery:0.20.0-beta
    +-com.google.cloud:google-cloud-core:1.2.0
      +-com.google.api:gax:1.3.1
        +-com.google.api:api-common:1.1.0
and
+-astro:astro-admin-server:1.0-SNAPSHOT
  +-com.google.cloud:google-cloud-bigquery:0.20.0-beta
    +-com.google.cloud:google-cloud-core:1.2.0
      +-com.google.api.grpc:proto-google-iam-v1:0.1.11
        +-com.google.api:api-common:1.0.0-rc1

You should be able to enforce consistent dependencies with the maven dependency plugin before publishing artifacts.

Metadata

Metadata

Labels

api: corepriority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions