unixlabs / openjdk-docker

OpenJDK and Docker
Apache License 2.0
0 stars 0 forks source link

Could not find artifact net.swisstech:bitly-api-client:jar:0.8.0 #1

Open AunR opened 5 years ago

AunR commented 5 years ago

[ERROR] Failed to execute goal on project service: Could not resolve dependencies for project com.confidanthealth:service:jar:0.0.1-SNAPSHOT: Could not find artifact net.swisstech:bitly-api-client:jar:0.8.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :service

unixlabs commented 5 years ago

Hi,

your can update your pom.xml with url of bintray-stackmagic-maven As

<repositories>
    <repository>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
    <id>bintray-stackmagic-maven</id>
    <name>bintray</name>
    <url>http://dl.bintray.com/stackmagic/maven</url>
</repository>
</repositories>