[
https://issues.apache.org/jira/browse/BEAM-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brachi Packter updated BEAM-7486:
---------------------------------
Description:
When adding to my project GCP KMS:
{code:java}
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>1.12.0</version>
</dependency>
{code}
I have a conflict with dependency "beam-sdks-java-io-google-cloud-platform"
because of some GRPC jars, like grpc-stub, grpc-auth, grpc-netty, grpc-core and
more..
I can't exclude them because they are needed to the work and the exact version.
Meaning, the upgrade will require some code change in
"beam-sdks-java-io-google-cloud-platform"
was:
When adding to my project GCP KMS:
{code:java}
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>1.12.0</version>
</dependency>
{code}
I have a conflict with dependency "beam-sdks-java-io-google-cloud-platform"
because of some GRPC jars, like grpc-stub, grpc-auth, grpc-netty, grpc-core and
more..
I can't exclude them because they are needed to the work and the exact version.
Meaning, the upgrade will requires some code change in
"beam-sdks-java-io-google-cloud-platform"
> Update GRPC versions of beam-sdks-java-io-google-cloud-platform
> ---------------------------------------------------------------
>
> Key: BEAM-7486
> URL: https://issues.apache.org/jira/browse/BEAM-7486
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Reporter: Brachi Packter
> Priority: Major
>
> When adding to my project GCP KMS:
>
> {code:java}
> <dependency>
> <groupId>com.google.cloud</groupId>
> <artifactId>google-cloud-kms</artifactId>
> <version>1.12.0</version>
> </dependency>
> {code}
>
> I have a conflict with dependency "beam-sdks-java-io-google-cloud-platform"
> because of some GRPC jars, like grpc-stub, grpc-auth, grpc-netty, grpc-core
> and more..
> I can't exclude them because they are needed to the work and the exact
> version.
> Meaning, the upgrade will require some code change in
> "beam-sdks-java-io-google-cloud-platform"
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)