#mapreduce打包#maven:could not resolve dependencies for project

打包报错:

#报错信息:

ERROR\] Failed to execute goal on project mapreduce_teacher1: Could not resolve dependencies for project org.example:mapreduce_teacher1:jar:1.0-SNAPSHOT: Failed to collect dependencies at org.apache.hive:hive-exec:jar:1.1.0 -\> org.apache.calcite:calcite-core:jar:1.0.0-incubating -\> org.apache.calcite:calcite-avatica:jar:1.0.0-incubating -\> eigenbase:eigenbase-properties:jar:1.1.4: Failed to read artifact descriptor for eigenbase:eigenbase-properties:jar:1.1.4: Could not transfer artifact eigenbase:eigenbase-properties:pom:1.1.4 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: \[datanucleus (http://www.datanucleus.org/downloads/maven2, default, releases), glassfish-repository (http://maven.glassfish.org/content/groups/glassfish, default, disabled), glassfish-repo-archive (http://maven.glassfish.org/content/groups/glassfish, default, disabled), apache.snapshots (http://repository.apache.org/snapshots, default, snapshots), conjars (http://conjars.org/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\] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException ## #解决方案: mevan:地址错误。 ![](https://i-blog.csdnimg.cn/direct/773e8d873ede493aa8980a0b3c4ffec3.png)

相关推荐
等什么君!5 分钟前
学习springboot 的自动配置原理
java·spring boot·学习
白晨并不是很能熬夜11 分钟前
【JVM】性能监控与调优概述篇
java·jvm·经验分享·后端·面试·求职招聘
微笑伴你而行12 分钟前
spring boot 发送邮件验证码
java·数据库·spring boot
爱敲代码的TOM13 分钟前
基于自定义线程池手写一个异步任务管理器
java·开发语言
TANGLONG22217 分钟前
【C++】STL全面简介与string类的使用(万字解析)
java·c语言·开发语言·c++·python·面试·蓝桥杯
总是学不会.18 分钟前
什么是 MyBatis?
java·后端·mybatis·开发
爱搞技术的猫猫19 分钟前
【实战解析】smallredbook.item_get_video API:小红书视频数据获取与电商应用指南
java·数据库·音视频
努力的搬砖人.30 分钟前
Kafka相关的面试题
java·后端·kafka
捡田螺的小男孩1 小时前
CompletableFuture使用的6个坑
java·后端