schic / DQCS

数据质量控制系统
GNU Lesser General Public License v3.0
46 stars 30 forks source link

重新导入源码,编译时scala报错 #6

Closed yanqw closed 5 years ago

yanqw commented 5 years ago

Error:scalac: missing or invalid dependency detected while loading class file 'CompositeBodyElement.class'. Could not access type BodyElement in package org.datacleaner.result.html, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with -Ylog-classpath to see the problematic classpath.) A full rebuild may help if 'CompositeBodyElement.class' was compiled against an incompatible version of org.datacleaner.result.html. 之前遇到循环依赖的问题,对比成功启动4.5.4版源码,依赖配置里多了一些module. 因此IDEA重新导入5.1.0版源码,build编译basic-analyzers模块时scala报错

yanqw commented 5 years ago

项目内最高parent处maven打包编译