Skip to content
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

Clojars artifact depends on too many things #4

Open
arichiardi opened this issue Mar 19, 2019 · 1 comment
Open

Clojars artifact depends on too many things #4

arichiardi opened this issue Mar 19, 2019 · 1 comment

Comments

@arichiardi
Copy link

Hello!

I am trying this library but when I added it to my deps.edn I see a lot of things downloaded that probably should not be there (like boot namespaces):

Downloading: org/clojars/mmb90/cljs-cache/0.1.4/cljs-cache-0.1.4.pom from https://repo.clojars.org/
Downloading: org/clojure/core.async/0.2.385/core.async-0.2.385.pom from https://repo1.maven.org/maven2/
Downloading: adzerk/boot-test/1.1.2/boot-test-1.1.2.pom from https://repo.clojars.org/
Downloading: crisptrutski/boot-cljs-test/0.2.2-SNAPSHOT/boot-cljs-test-0.2.2-20160402.204547-3.pom from https://repo.clojars.org/
Downloading: org/clojars/mmb90/cljs-cache/0.1.4/cljs-cache-0.1.4.jar from https://repo.clojars.org/
Downloading: adzerk/boot-test/1.1.2/boot-test-1.1.2.jar from https://repo.clojars.org/
Downloading: crisptrutski/boot-cljs-test/0.2.2-SNAPSHOT/boot-cljs-test-0.2.2-20160402.204547-3.jar from https://repo.clojars.org/

Would you be open to a patch to review the dependencies and add :scope "test" where necessary?

@arichiardi
Copy link
Author

Oh well there are actually many :scope "test" already in build.boot so I wonder where these things are coming from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant