Thanks!

On Wed, Mar 4, 2020 at 1:56 PM Kyle Weaver <[email protected]> wrote:

> (Link to previous thread on this issue:
> https://lists.apache.org/thread.html/r1e2640f6d06d0a09ed63cd7134423a390a6cd1332569869cba404df6%40%3Cdev.beam.apache.org%3E
> )
>
> On Wed, Mar 4, 2020 at 1:44 PM Thomas Weise <[email protected]> wrote:
>
>> Hi,
>>
>> I run into the error shown below with local build.
>>
>> The dependencies actually exist in the release repo, and the build is
>> successful when removing
>>
>> https://oss.sonatype.org/content/repositories/staging
>>
>> from
>>
>> buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
>>
>> That raises the question of why we need this staging repo entry? Isn't
>> the intention to not rely on -SNAPSHOT dependencies?
>>
>> Thanks,
>> Thomas
>>
>>
>> * What went wrong:
>> Execution failed for task ':model:pipeline:compileJava'.
>> > Could not resolve all files for configuration
>> ':model:pipeline:errorprone'.
>>    > Could not find error_prone_check_api.jar
>> (com.google.errorprone:error_prone_check_api:2.3.4).
>>      Searched in the following locations:
>>
>> https://oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_check_api/2.3.4/error_prone_check_api-2.3.4.jar
>>    > Could not find error_prone_annotation.jar
>> (com.google.errorprone:error_prone_annotation:2.3.4).
>>      Searched in the following locations:
>>
>> https://oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotation/2.3.4/error_prone_annotation-2.3.4.jar
>>    > Could not find error_prone_type_annotations.jar
>> (com.google.errorprone:error_prone_type_annotations:2.3.4).
>>      Searched in the following locations:
>>
>> https://oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_type_annotations/2.3.4/error_prone_type_annotations-2.3.4.jar
>>    > Could not find error_prone_annotations.jar
>> (com.google.errorprone:error_prone_annotations:2.3.4).
>>      Searched in the following locations:
>>
>> https://oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
>>
>

Reply via email to