[LOGIC-107] Less dependencies for non-dev environments? Created: 22/Jan/13 Updated: 22/Jan/13 Resolved: 22/Jan/13 |
|
| Status: | Resolved |
| Project: | core.logic |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Jeroen van Dijk | Assignee: | David Nolen |
| Resolution: | Completed | Votes: | 0 |
| Labels: | feedback | ||
| Description |
|
I am considering using core.logic, but after looking into its dependencies I am hesitating. Should I really pull in datomic and google closure if I just want to use core.logic in a normal Clojure project? |
| Comments |
| Comment by Jeroen van Dijk [ 22/Jan/13 10:28 AM ] |
|
Sorry I think I spoke to soon. When I include core.logic in my project it doesn't pull in other dependencies, I have been misled by the project.clj of core.logic which declares Google closure and datomic as dependencies. Apologies for the disturbance and thanks for a great library. |
| Comment by David Nolen [ 22/Jan/13 10:37 AM ] |
|
Yes the project.clj is for development purposes only. It's not used to resolve dependencies. |