name := """image-search""" organization := "de.haussleiter" version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayJava, JavaServerAppPackaging, PlayEbean) scalaVersion := "2.11.11" libraryDependencies ++= Seq( javaJdbc, cache, javaWs, filters, "org.webjars" %% "webjars-play" % "2.4.0-1", "org.webjars" % "font-awesome" % "4.3.0-1", "de.javastream.webjars" % "bootstrap-paper" % "3.2.0", "org.webjars" % "dropzone" % "4.3.0-2", "javax.media" % "jai_core" % "1.1.3" ) resolvers ++= Seq( // "nexus.innoq.com snapshots" at "https://nexus.innoq.com/nexus/content/groups/private/" "maven.javastream.de" at "http://maven.javastream.de", "maven.geotoolkit.org" at "http://maven.geotoolkit.org" ) credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")