在某处可以买到Pentaho 8.0快照吗?当我使用http://nexus.pentaho.org/content/groups/omni时,我得到这样的错误
The following artifacts could not be resolved: pentaho-reporting-engine:pentaho-reporting-engine-classic-core:jar:8.0-SNAPSHOT如果我在nexus上搜索pentaho-reporting-engine-classic-core,它会显示最新的版本是7.0.0.6-95,还有一些7.1QAT版本。
快照是否还有另一个纽带?
发布于 2018-07-23 23:25:35
当项目构建结构改变时,报告引擎jars改变了groupId。
新的组id为org.pentaho.reporting.engine。这个特定的jar产品id是classic-core。
您可以在此处查看已发布的依赖项:
https://public.nexus.pentaho.org/content/groups/omni/org/pentaho/reporting/engine/classic-core/
希望这能有所帮助。
https://stackoverflow.com/questions/51469623
复制相似问题