https://github.com/apache/incubator-storm/blob/master/external/storm-kafka/pom.xml#L34 And 2.10 not backward compatible with 2.9... that's why scala applications/libraries is cross compiled with multiple scala version. (that's why SBT will handle this natively, but I think in apache sbt is not allowed so you need to create multiple maven project (hard way) or switch to gradle (like kafka) to produce multiple version)
János Háber Fine Solution Ltd On Wed, May 21, 2014 at 11:28 PM, János Háber <[email protected]>wrote: > > On Wed, May 21, 2014 at 11:27 PM, P. Taylor Goetz <[email protected]>wrote: > >> ill include the Kafka spout (for Kafka 0.8.x). >> > > Yeah, but the current maven build compile to 2.9 scala not 2.10... > > > János Háber > Fine Solution Ltd > >
