Abel Matos created BEAM-12510: --------------------------------- Summary: POM files with direct reference to maven repositories Key: BEAM-12510 URL: https://issues.apache.org/jira/browse/BEAM-12510 Project: Beam Issue Type: Bug Components: build-system, io-java-kafka Affects Versions: 2.30.0 Reporter: Abel Matos Attachments: image-2021-06-18-14-36-36-437.png, image-2021-06-18-14-36-45-842.png
Issue: I'm working on a company that only allow private maven repositories ( like nexus internal proxies ) . I'm starting to see a public repository been called on my builds !image-2021-06-18-14-28-20-019.png! !image-2021-06-18-14-27-41-638.png! Has part of the ticket, a repository has been added directly to the generated pom. This repository dependencies should be configured by user that want to compile the code... not pre-configured/ forced on the pom file. https://issues.apache.org/jira/browse/BEAM-9292 Now exit this element on the pom {code:java} <repositories> <repository> <id>io.confluent</id> <url>https://packages.confluent.io/maven/</url> </repository> </repositories>{code} [https://repo1.maven.org/maven2/org/apache/beam/beam-sdks-java-io-kafka/2.30.0/beam-sdks-java-io-kafka-2.30.0.pom] VS [https://repo1.maven.org/maven2/org/apache/beam/beam-sdks-java-io-kafka/2.19.0/beam-sdks-java-io-kafka-2.19.0.pom] -- This message was sent by Atlassian Jira (v8.3.4#803005)