question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m getting: Could not resolve dependencies for project com.mycompany.app:my-app:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.github.iotaledger:iota.lib.java:jar:v0.9.10 -> com.github.iotaledger.iota.lib.java:jota:jar:v0.9.10: Failed to read artifact descriptor for com.github.iotaledger.iota.lib.java:jota:jar:v0.9.10: Could not transfer artifact com.github.iotaledger.iota.lib.java:jota:pom:v0.9.10 from/to jitpack.io (https://jitpack.io): Not authorized , ReasonPhrase:Unauthorized. -> [Help 1]

When I try use this library in a maven project. Any ideas?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:28 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
d35hcommented, Feb 24, 2018

Hi Marimes,

if you were following my previous advice then you can put the following into your pom.xml and it should work:

<dependency>
        <groupId>org.iota</groupId>
        <artifactId>jota</artifactId>
        <version>0.9.11-SNAPSHOT</version>
</dependency>
0reactions
kwek20commented, Sep 20, 2018

Cool, i’ll close this ticket and tag you in a new one

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue Management - Apache Maven
Issues, bugs, and feature requests should be submitted to the following issue management system for this project.
Read more >
IntelliJ IDEA - Troubleshooting common Maven issues
If you encounter problems working with your Maven project you can check to see if the following solutions and workarounds can help you...
Read more >
How to fix Maven, Maven Configuration and ... - Stack Overflow
Check Maven Dependency Library in Build Path. None of the dependency should throw error. If problem still persist then-. Open terminal, goto the ......
Read more >
How to fix Maven build issue in Eclipse? Perform ... - Crunchify
In this tutorial we will go over highly and widely used some tips and tricks which will fix most of the Maven and...
Read more >
Maven JAR Artifiact Dependency Search Not Working in Eclipse
Recently I face a strange issue while using Maven in Eclipse via M2Eclipse plugin. I have created a Maven Java project in Eclipse...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found