clj-commons / secretary

A client-side router for ClojureScript.
773 stars 64 forks source link

Prevent the test plugin adding itself as a required dependency. #82

Closed davidjameshumphreys closed 8 years ago

davidjameshumphreys commented 8 years ago

clojurescript.test is defined as a dependency when secretary is included in a project.

I'm not sure of the deploy process that you use (or the in-REPL testing & development either).

By adding ^:displace to the plugin prevents it from showing in the pom.xml when installing.

Otherwise, a separate profile to deploy could work.

noprompt commented 8 years ago

@davidjameshumphreys I'm not sure what to do with this at the moment. I think a better patch would be to just drop this dependency altogether and use cljs.test. How would you feel about that?

davidjameshumphreys commented 8 years ago

I'd say that would be a much better approach.