aboutsummaryrefslogtreecommitdiff
path: root/wordcount/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'wordcount/project.clj')
-rw-r--r--wordcount/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wordcount/project.clj b/wordcount/project.clj
index 4ca974a..4b08880 100644
--- a/wordcount/project.clj
+++ b/wordcount/project.clj
@@ -3,8 +3,8 @@
:target-path "_build"
:min-lein-version "2.0.0"
:jvm-opts ["-client"]
- :dependencies [[org.apache.storm/storm-core "2.1.0"]
- [org.apache.storm/flux-core "2.1.0"]]
+ :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"]
)