-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The dependencies for nasus are now specified in a deps.edn file using the lein-tools-deps plugin instead of in project.clj. This allows projects to pull nasus in using git coordinates instead of published maven artifacts. Tested locally with lein test. References: https://github.com/RickMoynihan/lein-tools-deps
- Loading branch information
1 parent
9c29d8d
commit 7c04352
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{:deps | ||
{org.clojure/clojure {:mvn/version "1.10.0"} | ||
org.clojure/tools.cli {:mvn/version "0.4.1"} | ||
org.slf4j/slf4j-log4j12 {:mvn/version "1.7.32"} | ||
org.apache.logging.log4j/log4j-core | ||
{:mvn/version "2.17.0" | ||
:exclusions [javax.mail/mail | ||
javax.jms/jms | ||
com.sun.jmdk/jmxtools | ||
com.sun.jmx/jmxri]} | ||
aleph/aleph {:mvn/version "0.4.7-alpha5"} | ||
org.apache.tika/tika-core {:mvn/version "1.20"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters