无法构建 dcm4chee-arc-cdi
unable to build dcm4chee-arc-cdi
我正在尝试使用从 github 克隆的代码构建 dcm4chee-arc-cdi:https://github.com/dcm4che/dcm4chee-arc-cdi
然而,当按照 README.md
中所述发出构建命令时
mvn install -D db=psql
我收到以下错误:
[ERROR] Failed to execute goal on project dcm4chee-arc-conf: Could
not resolve dependencies for project
org.dcm4che.dcm4chee-arc:dcm4chee-arc-conf:jar:4.5.0-SNAPSHOT: The
following artifacts could not be resolved:
org.dcm4che:dcm4che-conf-api:jar:3.3.8-SNAPSHOT,
org.dcm4che:dcm4che-conf-dicom:jar:3.3.8-SNAPSHOT,
org.dcm4che:dcm4che-imageio:jar:3.3.8-SNAPSHOT,
org.dcm4che:dcm4che-net-hl7:jar:3.3.8-SNAPSHOT,
org.dcm4che:dcm4che-conf-api-hl7:jar:3.3.8-SNAPSHOT,
org.dcm4che:dcm4che-soundex:jar:3.3.8-SNAPSHOT,
org.dcm4che.dcm4chee-storage:dcm4chee-storage-service:jar:2.1.0-SNAPSHOT:
Failure to find org.dcm4che:dcm4che-conf-api:jar:3.3.8-SNAPSHOT in
http://www.dcm4che.org/maven2 was cached in the local repository
有人对如何克服这个问题有什么建议吗?
谢谢
发布存储库 (http://www.dcm4che.org/maven2/) 似乎没有包含预期的版本。
以dcm4che-conf-api-hl7
为例。 http://www.dcm4che.org/maven2/org/dcm4che/dcm4che-conf-api-hl7/
中不存在其声明的版本 (3.3.8-SNAPSHOT)
我猜其他的都是类似的错误。
我建议您联系项目的贡献者之一,例如 Umberto Cappellini
对于临时解决方案,您可以编辑主 pom.xml
并将缺少的版本替换为您在我上面提到的存储库中找到的实际版本。
希望对您有所帮助。
dcm4chee-arc-cdi之前好像还需要构建一些其他的工程
那些是:
The dcm4che 3 library ( https://github.com:dcm4che/dcm4che )
The configuration layer ( https://github.com/dcm4che/dcm4chee-conf )
The storage layer ( https://github.com/dcm4che/dcm4chee-storage2 )
The monitoring framework ( https://github.com/dcm4che/dcm4chee-monitoring )
我正在尝试使用从 github 克隆的代码构建 dcm4chee-arc-cdi:https://github.com/dcm4che/dcm4chee-arc-cdi
然而,当按照 README.md
中所述发出构建命令时mvn install -D db=psql
我收到以下错误:
[ERROR] Failed to execute goal on project dcm4chee-arc-conf: Could not resolve dependencies for project org.dcm4che.dcm4chee-arc:dcm4chee-arc-conf:jar:4.5.0-SNAPSHOT: The following artifacts could not be resolved: org.dcm4che:dcm4che-conf-api:jar:3.3.8-SNAPSHOT, org.dcm4che:dcm4che-conf-dicom:jar:3.3.8-SNAPSHOT, org.dcm4che:dcm4che-imageio:jar:3.3.8-SNAPSHOT, org.dcm4che:dcm4che-net-hl7:jar:3.3.8-SNAPSHOT, org.dcm4che:dcm4che-conf-api-hl7:jar:3.3.8-SNAPSHOT, org.dcm4che:dcm4che-soundex:jar:3.3.8-SNAPSHOT, org.dcm4che.dcm4chee-storage:dcm4chee-storage-service:jar:2.1.0-SNAPSHOT: Failure to find org.dcm4che:dcm4che-conf-api:jar:3.3.8-SNAPSHOT in http://www.dcm4che.org/maven2 was cached in the local repository
有人对如何克服这个问题有什么建议吗? 谢谢
发布存储库 (http://www.dcm4che.org/maven2/) 似乎没有包含预期的版本。
以dcm4che-conf-api-hl7
为例。 http://www.dcm4che.org/maven2/org/dcm4che/dcm4che-conf-api-hl7/
中不存在其声明的版本 (3.3.8-SNAPSHOT)
我猜其他的都是类似的错误。
我建议您联系项目的贡献者之一,例如 Umberto Cappellini
对于临时解决方案,您可以编辑主 pom.xml
并将缺少的版本替换为您在我上面提到的存储库中找到的实际版本。
希望对您有所帮助。
dcm4chee-arc-cdi之前好像还需要构建一些其他的工程
那些是:
The dcm4che 3 library ( https://github.com:dcm4che/dcm4che )
The configuration layer ( https://github.com/dcm4che/dcm4chee-conf )
The storage layer ( https://github.com/dcm4che/dcm4chee-storage2 )
The monitoring framework ( https://github.com/dcm4che/dcm4chee-monitoring )