2015-05-21 09:48:49 +03:00
|
|
|
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi }
|
2014-07-08 18:30:15 +02:00
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
|
|
|
|
|
// OSGi.persistenceTck TODO: we do need to export this as OSGi bundle too?
|
|
|
|
|
|
2015-05-21 21:07:37 +02:00
|
|
|
Dependencies.persistenceTck
|
2014-07-08 18:30:15 +02:00
|
|
|
|
|
|
|
|
fork in Test := true
|