Abacn commented on issue #30297:
URL: https://github.com/apache/beam/issues/30297#issuecomment-1942207761

   > I see that the KafkaIO module has
   > 
   > ```
   >   mavenRepositories: [
   >     [id: 'io.confluent', url: 'https://packages.confluent.io/maven/']
   >   ],
   > ```
   > 
   > It is actually also a problem if that does not work for transitive 
dependency.
   
   Yes, exactly. I found this because I am setting up a raw gradle project to 
test some non-gcp IO (JmsIO specifically) pipelines on Dataflow, and find I 
have to declare
   ```
   maven {
         url "https://packages.confluent.io/maven";
     }
   ```
   even though I did not use GCP IO nor KafkaIO


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to