admin管理员组

文章数量:1402291

While building in maven jfrog artifactory I am facing an issue with a paytm dependency

[ERROR] Failed to execute goal on project supplywalletmanagement: Could not resolve dependencies for project com.disha.quickride:supplywalletmanagement:jar:0.0.1: Failed to collect dependencies at com.idisha.server:PaymentGatewayInteractionService:jar:1.1.0 -> com.paytm:paytm-checksum:jar:1.2.0: Failed to read artifact descriptor for com.paytm:paytm-checksum:jar:1.2.0: Could not transfer artifact com.paytm:paytm-checksum:pom:1.2.0 from/to maven-default-http-blocker (/): Blocked mirror for repositories: [ext-local (http://IP:8081/artifactory/ext-release-local, default, releases), ext-snapshot (http://IP:8081/artifactory/ext-snapshot-local, default, releases), my-repo1 (, default, releases+snapshots), paytm-checksum-repo (, default, releases+snapshots)] -> [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] htenter code heretp://cwiki.apache/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :supplywalletmanagement

本文标签: javaFailed to collect dependencies while building servers in jfrog artifactoryStack Overflow