将leiningen的项目.clj迁移到deps.edn时失败,原因如下
{:deps {org.clojars.frozenlock/bacnet4j {:mvn/version "5.0.0-1"
:exclusions [org.slf4j/slf4j-api
lohbihler/sero-scheduler]}
lohbihler/sero-scheduler {:mvn/version "1.1.0"
:exclusions [org.slf4j/slf4j-api]}}
:mvn/repos {"ias-releases" "https://maven.mangoautomation.net/repository/ias-release/"}}
这产生了以下错误
Error building classpath. Failed to read artifact descriptor for lohbihler:sero-scheduler:jar:1.1.0
org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for lohbihler:sero-scheduler:jar:1.1.0
...
Caused by: org.eclipse.aether.transfer.NoTransporterException: Cannot access using the registered transporter factories: HttpTransporterFactory, FileTransporterFactory, WagonTransporterFactory
我漏掉什么了吗?我以为这个方法应该能用。leiningen项目在+:repositories
配置了"ias-releases"
时运行正常。