Could you please release cdh5-specific versions? Right now I'm working around it with a lot of ugliness in my build.sbt, i.e. requiring the hadoop2 version of scoobi with the intransitive() qualifier and then manually requiring scoobi's dependencies (except vanilla hadoop2) and the CDH5 hadoop jars.
There is code in project/dependencies.scala for configuring dependencies for a *-cdh5 version (i.e. 0.8.4-cdh5), but no such versions are found on maven central: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.nicta%22%20AND%20a%3A%22scoobi_2.10%22
Could you please release cdh5-specific versions? Right now I'm working around it with a lot of ugliness in my build.sbt, i.e. requiring the hadoop2 version of scoobi with the intransitive() qualifier and then manually requiring scoobi's dependencies (except vanilla hadoop2) and the CDH5 hadoop jars.