АК
./build.sbt.back:65: libraryDependencies ++= Dependencies.imc,
./build.sbt:65: libraryDependencies ++= Dependencies.imc,
Size: a a a
АК
АК
АК
AD
АК
object Dependencies {
object Version {
val scala = "2.12.4"
val akka = "2.5.3"
val akkaPersistenceCassandra = "0.54"
val akkaPersistenceInmemoryVersion = "2.5.1.1"
val akkaHttp = "10.0.9"
val phantom = "2.12.1"
val protobuf = "3.2.0"
val guice = "4.1.0"
val jwt = "1.2.2"
val akkaHttpCircle = "1.17.0"
val circle = "0.8.0"
val scalaj = "2.3.0"
val scalamock = "3.6.0"
val apachePoi = "3.17"
val alpakka = "0.13"
val annetteCore = "3.1.0"
}
AD
АК
AD
AD
АК
lazy val imc: Seq[sbt.ModuleID] = Seq(
"com.sun.mail" % "javax.mail" % "1.6.0",
"org.apache.commons" % "commons-email" % "1.5",
"org.scalaj" %% "scalaj-http" % Version.scalaj,
"org.scalamock" %% "scalamock-scalatest-support" % Version.scalamock % Test,
"com.roundeights" %% "hasher" % "1.2.0",
"org.apache.poi" % "poi" % Version.apachePoi,
"org.apache.poi" % "poi-ooxml" % Version.apachePoi,
"org.apache.poi" % "poi-scratchpad" % Version.apachePoi,
"com.jsuereth" %% "scala-arm" % "2.0",
"io.github.cloudify" %% "spdf" % "1.4.0",
"com.documents4j" % "documents4j-api" % "1.0.3",
"com.documents4j" % "documents4j-local" % "1.0.3",
"com.documents4j" % "documents4j-transformer-msoffice-word" % "1.0.3",
"commons-io" % "commons-io" % "2.5",
"com.google.guava" % "guava" % "18.0",
"fr.opensagres.xdocreport" % "fr.opensagres.poi.xwpf.converter.pdf" % "2.0.1"
) ++ core ++ tests ++ guice ++ reflect
АК
AD
AD
АК
val core: Seq[sbt.ModuleID] = Seq (
"biz.lobachev" %% "annette-core" % Version.annetteCore withSources(),
"biz.lobachev" %% "annette-core-test" % Version.annetteCore % Test
)
АК
AD
AD
VC
only
на тесты вешатьAD
only
на тесты вешатьAD