[
https://issues.apache.org/jira/browse/BEAM-9246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029346#comment-17029346
]
Tomo Suzuki commented on BEAM-9246:
-----------------------------------
Suspect:
in
sdks/java/maven-archetypes/examples/build/resources/main/archetype-resources/pom.xml
:
{code:java}
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>${google-clients.version}</version>
<exclusions>
<!-- Exclude an old version of guava that is being pulled
in by a transitive dependency of google-api-client -->
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>{code}
> beam_PostRelease_NightlySnapshot failing
> ----------------------------------------
>
> Key: BEAM-9246
> URL: https://issues.apache.org/jira/browse/BEAM-9246
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Tomo Suzuki
> Priority: Major
> Labels: currently-failing
> Attachments: Screen Shot 2020-02-03 at 5.20.15 PM.png
>
>
> Multiple tests are failing with error:
> 03:03:04 [ERROR] Failed to execute goal on project word-count-beam: Could not
> resolve dependencies for project org.example:word-count-beam:jar:0.1: Could
> not find artifact com.google.http-client:google-http-client:jar:1.30.3 in
> test.release (https://repository.apache.org/content/repositories/snapshots)
> -> [Help 1]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)