Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Project build error: Non-resolvable import POM: Could not find artifact com.google.cloud:google-cloud-bom:pom:0.59.0-alpha in central (https://repo.maven.apache.org/maven2) #3601

Copy link
Copy link

Description

@NewProgUser
Issue body actions

I am beginner to JAVA and Maven. I want to use google speech to text and some other google APIs for my project in eclipse IDE and i have been trying to add a dependency in pom.xml file as follows

<dependencyManagement> <dependencies> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bom</artifactId> <version>0.59.0-alpha</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>

But, the IDE is flashing error in pom.xml file as "Project build error: Non-resolvable import POM: Could not find artifact com.google.cloud:google-cloud-bom:pom:0.59.0-alpha in central (https://repo.maven.apache.org/maven2)"

I am following the instructions posted on this page : https://github.com/GoogleCloudPlatform/google-cloud-java

I have no idea how to fix this dependency error, any help would be appreciated

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

triage meI really want to be triaged.I really want to be triaged.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.