File tree Expand file tree Collapse file tree
chill-storm/src/main/java/com/twitter/chill/storm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,11 @@ lazy val chillJava = module("java").settings(
206206lazy val chillStorm = module(" storm" ).settings(
207207 crossPaths := false ,
208208 autoScalaLibrary := false ,
209- libraryDependencies += " org.apache.storm" % " storm-core" % " 1.0.2" % " provided"
209+ resolvers ++= Seq (
210+ " Clojars Repository" at " http://clojars.org/repo" ,
211+ " Conjars Repository" at " http://conjars.org/repo"
212+ ),
213+ libraryDependencies += " storm" % " storm" % " 0.9.0-wip9" % " provided"
210214).dependsOn(chillJava)
211215
212216// This can only have java deps!
Original file line number Diff line number Diff line change 1616
1717package com .twitter .chill .storm ;
1818
19- import org . apache .storm .serialization .IKryoFactory ;
19+ import backtype .storm .serialization .IKryoFactory ;
2020import com .esotericsoftware .kryo .Kryo ;
2121import java .util .Map ;
2222
You can’t perform that action at this time.
0 commit comments