From 08cf73a70e3ce2dbc85e8b389f15090c148ec003 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 10 Oct 2021 22:03:44 -0600 Subject: Update to storm 2.3.0, get local run working --- wordcount/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wordcount/project.clj') 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"] ) -- cgit v1.2.3