aboutsummaryrefslogtreecommitdiff
path: root/wordcount/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'wordcount/project.clj')
-rw-r--r--wordcount/project.clj13
1 files changed, 0 insertions, 13 deletions
diff --git a/wordcount/project.clj b/wordcount/project.clj
deleted file mode 100644
index 4b08880..0000000
--- a/wordcount/project.clj
+++ /dev/null
@@ -1,13 +0,0 @@
-(defproject wordcount "0.0.1-SNAPSHOT"
- :resource-paths ["_resources"]
- :target-path "_build"
- :min-lein-version "2.0.0"
- :jvm-opts ["-client"]
- :dependencies [[org.apache.storm/storm-core "2.3.0"]
- [org.apache.storm/flux-core "2.3.0"]]
- :jar-exclusions [#"log4j\.properties" #"org\.apache\.storm\.(?!flux)" #"trident" #"META-INF" #"meta-inf" #"\.yaml"]
- :uberjar-exclusions [#"log4j\.properties" #"org\.apache\.storm\.(?!flux)" #"trident" #"META-INF" #"meta-inf" #"\.yaml"]
- )
-(require 'cemerick.pomegranate.aether)
-(cemerick.pomegranate.aether/register-wagon-factory!
- "http" #(org.apache.maven.wagon.providers.http.HttpWagon.))