Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to read artifact descriptor for com.domo:domo-java-sdk-all:jar:0.4.0 #21

Open
koh789 opened this issue May 6, 2021 · 3 comments

Comments

@koh789
Copy link

koh789 commented May 6, 2021

When I defined it in maven with API version 0.4.0, it failed to load.
I think it is because bintray-domo is disabled.
Is there any alternative repository?
Is there any plan to publish it to maven central in the future?

Failed to read artifact descriptor for com.domo:domo-java-sdk-all:jar:0.4.0: 
Could not transfer artifact com.domo:domo-java-sdk-all:pom:0.4.0 from/to bintray-domo (https://dl.bintray.com/domoinc/domo-java-sdk):
Authorization failed for https://dl.bintray.com/domoinc/domo-java-sdk/com/domo/domo-java-sdk-all/0.4.0/domo-java-sdk-all-0.4.0.pom 403 Forbidden
@Chinmay-Deshpande
Copy link

hi @kohei789 were you able to get a solution for this issue?
I am also having the same issue

@akkinoc
Copy link

akkinoc commented May 21, 2021

I have the same problem.
I'm temporarily avoiding it by using "jcenter.bintray.com" instead of "dl.bintray.com/domoinc/domo-java-sdk" for the repository.

For maven pom.xml:

<repositories>
  <repository>
    <id>jcenter</id>
    <url>https://jcenter.bintray.com</url>
  </repository>
</repositories>

@Chinmay-Deshpande
Copy link

thanks @akkinoc , that worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants