Maven issue
See original GitHub issueI’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:
- Created 6 years ago
- Comments:28 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi Marimes,
if you were following my previous advice then you can put the following into your pom.xml and it should work:
</dependency>Cool, i’ll close this ticket and tag you in a new one