-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run 'lein deps :tree'! #472
Comments
I am also running into this will the RuntimeError: Unable to run 'lein deps :tree'!
STDOUT:
STDERR:
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Tried to use insecure HTTP repository without TLS:
repository.jboss.org: http://repository.jboss.org/nexus/content/groups/public/
net/minidev/json-smart/maven-metadata.xml
This is almost certainly a mistake; for details see
https://github.com/technomancy/leiningen/blob/master/doc/FAQ.md |
I also occur it (defproject wordcount "0.0.1-SNAPSHOT"
:resource-paths ["_resources"]
:target-path "_build"
:min-lein-version "2.0.0"
:jvm-opts ["-client"]
:dependencies [[org.apache.storm/storm-core "2.2.0"]
[org.apache.storm/flux-core "2.2.0"]]
:jar-exclusions [#"log4j\.properties" #"org\.apache\.storm\.(?!flux)" #"trident" #"META-INF" #"meta-inf" #"\.yaml"]
:uberjar-exclusions [#"log4j\.properties" #"org\.apache\.storm\.(?!flux)" #"trident" #"META-INF" #"meta-inf" #"\.yaml"]
)
(require 'cemerick.pomegranate.aether)
(cemerick.pomegranate.aether/register-wagon-factory!
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.)) it worked for me |
Thanks for the solution! |
Hello streamparse,
I'm totally new to this tool, so there was an error which I couldn't understand when I tried to run the word count example.
Here are my dependencies:
Oracle JDK 13.0.1
Lein 2.9.0
Storm 2.1.0
Plus, config.json and project.clj had been adjusted as the tutorial indicated. Many thanks for your help!!
Best regards,
Terry
The text was updated successfully, but these errors were encountered: