Skip to content

Commit 5c8310d

Browse files
nicknezisroczei
authored andcommitted
Removed chill-storm
1 parent c3ac65f commit 5c8310d

File tree

2 files changed

+1
-60
lines changed

2 files changed

+1
-60
lines changed

build.sbt

+1-12
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ lazy val chillAll = Project(
105105
chill,
106106
chillBijection,
107107
chillScrooge,
108-
chillStorm,
109108
chillJava,
110109
chillHadoop,
111110
chillThrift,
@@ -127,7 +126,7 @@ lazy val noPublishSettings = Seq(
127126
* This returns the youngest jar we released that is compatible with the current.
128127
*/
129128
val unreleasedModules = Set[String]("akka")
130-
val javaOnly = Set[String]("storm", "java", "hadoop", "thrift", "protobuf")
129+
val javaOnly = Set[String]("java", "hadoop", "thrift", "protobuf")
131130
val binaryCompatVersion = "0.9.2"
132131

133132
def youngestForwardCompatible(subProj: String) =
@@ -144,7 +143,6 @@ val ignoredABIProblems = {
144143
import com.typesafe.tools.mima.core._
145144
import com.typesafe.tools.mima.core.ProblemFilters._
146145
Seq(
147-
exclude[MissingTypesProblem]("com.twitter.chill.storm.BlizzardKryoFactory"),
148146
exclude[MissingTypesProblem]("com.twitter.chill.InnerClosureFinder"),
149147
exclude[IncompatibleResultTypeProblem]("com.twitter.chill.InnerClosureFinder.visitMethod"),
150148
exclude[IncompatibleResultTypeProblem]("com.twitter.chill.FieldAccessFinder.visitMethod"),
@@ -216,15 +214,6 @@ lazy val chillJava = module("java").settings(
216214
autoScalaLibrary := false
217215
)
218216

219-
// This can only have java deps!
220-
lazy val chillStorm = module("storm")
221-
.settings(
222-
crossPaths := false,
223-
autoScalaLibrary := false,
224-
libraryDependencies += "org.apache.storm" % "storm-core" % "2.4.0" % "provided"
225-
)
226-
.dependsOn(chillJava)
227-
228217
// This can only have java deps!
229218
lazy val chillHadoop = module("hadoop")
230219
.settings(

chill-storm/src/main/java/com/twitter/chill/storm/BlizzardKryoFactory.java

-48
This file was deleted.

0 commit comments

Comments
 (0)