diff options
author | Cody Hiar <cody@hiar.ca> | 2021-10-10 22:03:44 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-10-10 22:03:44 -0600 |
commit | 08cf73a70e3ce2dbc85e8b389f15090c148ec003 (patch) | |
tree | d1b126efa2498e0d37a4df8846b1b400bf322a29 /wordcount | |
parent | 5367edb8b37a6dac76ac7cd608ac3c005b7b225e (diff) |
Update to storm 2.3.0, get local run working
Diffstat (limited to 'wordcount')
-rw-r--r-- | wordcount/project.clj | 4 |
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"] ) |