From 83185a79b4c400e581f264f756b3fa27d82ff2ab Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Wed, 12 Mar 2014 16:53:19 -0600 Subject: [PATCH] Update pom to use storm 0.9.1-incubating. --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9253ecf..4e08a4c 100644 --- a/pom.xml +++ b/pom.xml @@ -81,9 +81,14 @@ - storm + org.apache.storm storm - 0.9.0.1 + 0.9.1-incubating + + + org.apache.storm + apache-storm-source + 0.9.1-incubating com.hpcloud @@ -155,6 +160,11 @@ + + storm + storm-kafka + 0.9.0-wip16a-scala292 +