Open abrooks opened 10 years ago
The com.datomic/datomic-pro
"0.9.4532"
artifact is present in the ~/.m2/repository
and lein deps
runs happily.
For what it's worth, I encountered a similar error. It turned out to be a write permission issue in the local .m2
Maven repository for a non-voom package. In other words, it's not really a voom error. I didn't dig into the voom code, but perhaps it's possible that voom is trying to handle the error related to lein
's inability to download/write the artifact by treating it like a voom dependency.
When running
lein voom build-deps
on a project with this dependency:[datomic-pro "0.9.4532"]
Yields this error: