完整报错如下:

mvn clean scala:compile package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: info.bliki.wiki:bliki-core:jar -> duplicate declaration of version 3.0.19 @ line 61, column 13
[ERROR] 'dependencies.dependency.version' for org.apache.commons:commons-math3:jar is missing. @ line 157, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project scalalearn:scalalearn:1.0-SNAPSHOT (/home/appleyuchi/桌面/Spark高级数据分析/Advanced_Analytics_with_Spark-Second_Edition/第9章-基于蒙特卡罗模拟的金融风险评估/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.commons:commons-math3:jar is missing. @ line 157, column 13
[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/ProjectBuildingException

解决方案:

<dependency><groupId>org.apache.commons</groupId><artifactId>commons-math3</artifactId>
</dependency>
<dependency><groupId>org.apache.commons</groupId><artifactId>commons-math3</artifactId><version>3.0</version>
</dependency>

dependencies.dependency.version' for org.apache.commons:commons-math3:jar is missing相关推荐

  1. maven中出现 ‘dependencies.dependency.version‘ for xxxx:jar is missing

    mvn clean后,出现下面的log [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered w ...

  2. Maven 父子工程出现 [ERROR] 'dependencies.dependency.version' for xxxjar is missing. 问题

    问题原因是,子工程(Sub1)所继承的父工程(Main)也继承了它的父工程(Parent),需要在(Main)这个父工程中pom.xml配置中,增加 relativePath: <parent& ...

  3. 解决:dependencies.dependency.version' for com.google.guava:guava:jar is missing.

    编译时报错 : dependencies.dependency.version' for com.google.guava:guava:jar is missing. 具体如下 XYSZM00089: ...

  4. SpringBoot自定义starter时报错:Problems:dependencies.dependency.version‘ for com.zsm.starter:zsm-spring

    Problems:dependencies.dependency.version' for com.zsm.starter:zsm-spring-boot-starter-autoconfigurej ...

  5. [ERROR] ‘dependencies.dependency.version‘ for org.example:xxxxx-parent:jar is missing. @ line 20

    前言 搭建maven父子工程时,出现报错: 错误信息如下: [ERROR] [ERROR] Some problems were encountered while processing the PO ...

  6. maven install时报错 dependencies.dependency.version' for cn.e3mall:e3-manager-pojo:jar is missing.

    报错信息: 我的项目结构为: 在打包pojo时报错 原因是在本地仓库找不到e3-parent jar包 (当然联网时中央仓库也不找到我自己写的jar包) 解决方法:先将父工程 install 将其依赖 ...

  7. dependencies.dependency.version‘ for org.springframework.boot:spring-boot-starter-test:jar is missin

    没有添加父工程 添加<parent>即可

  8. maven(3) parent用dependencyManagement控制版本没有传递给module的问题,dependencies.dependency.versionknown-version

    不管是parent还是module使用mvn clan package install均报错 The project com.website:demo-security:0.0.1 (C:\data\ ...

  9. Apache Jakarta Commons 工具集简介

    Apache Commons包含了很多开源的工具,用于解决平时编程经常会遇到的问题,减少重复劳动.我选了一些比较常用的项目做简单介绍.文中用了很多网上现成的东西,我只是做了一个汇总整理. 一.Comm ...

最新文章

  1. Nat. Biotechnol.扩增子测序革命—用16S及18S rRNA全长进行微生物多样性研究
  2. Hadoop学习笔记—20.网站日志分析项目案例(一)项目介绍
  3. MSRA-万字综述 直击多模态文档理解
  4. 前端工程师技术精进路上,你被卡在哪里了?
  5. php安装包解压后,ps下载后怎么解压安装
  6. 检测邮箱和手机号是否正确的正则
  7. Python中MD5加密
  8. sp_lock显示的信息说明
  9. wampserver的下载与安装配置
  10. 一、Spring Boot整合redies
  11. java基础代码-实现键盘输入
  12. 人工智能——产生式系统(动物识别产生式系统)项目开发
  13. Android Studio Logcat 左边的工具栏不显示了 Show Toolbar
  14. linux光盘映像文件挂载,linux系统挂载光盘镜像ISO的方法
  15. CentOS7 通过Systemctl实现脚本的开机自启(亲测有效)
  16. 在react框架中实现打印过程中踩的坑
  17. tor 安装及使用教程
  18. matlab实用函数汇总
  19. comsol动网格(als)帮助文档翻译
  20. C# delegate 用法

热门文章

  1. bzoj-2957 楼房重建
  2. [译]用AngularJS构建大型ASP.NET单页应用(二)
  3. MyEclipse常用配置图解
  4. UFLDL 教程学习笔记(三)自编码与稀疏性
  5. Enterprise Library 企业库 向Oracle数据库中 写日志的 存储过程
  6. 理解向日葵甘特之六——定义数据列
  7. DotText使用非80端口(默认端口)时URL出错
  8. Vue项目实战06:nprogress页面加载进度条
  9. React 实现 百度搜索框(简易)
  10. php curl 批量,PHP实现的curl批量请求操作