aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-10-04 19:59:22 -0400
committerEduardo Julian2015-10-04 19:59:22 -0400
commit72d9dc02b2a6978ff0905843019bc563e4db8767 (patch)
tree5fea1a7aac28ebd9f9d74e6dd7846c1cae4f9db9 /project.clj
parent171b856f378e09e8e5e6dd3528c404eb9cf9560e (diff)
- Removed the Lux source from the repo, as it now belongs to the lux/stdlib package.
- Removed de Apacke Commons Compress library, as Lux libraries will now be packaged as .jar files instead of as .tar.gz files. - The compiler no longer packages libraries, as that task will now be left for the build system.
Diffstat (limited to '')
-rw-r--r--project.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/project.clj b/project.clj
index 64b4141c2..7cc66da22 100644
--- a/project.clj
+++ b/project.clj
@@ -5,7 +5,6 @@
:url "https://www.mozilla.org/en-US/MPL/2.0/"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/core.match "0.2.1"]
- [org.ow2.asm/asm-all "5.0.3"]
- [org.apache.commons/commons-compress "1.10"]]
+ [org.ow2.asm/asm-all "5.0.3"]]
:warn-on-reflection true
:main lux)