-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuild.sbt
More file actions
46 lines (32 loc) · 1.23 KB
/
build.sbt
File metadata and controls
46 lines (32 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name := """play-java"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayJava, SbtWeb)
scalaVersion := "2.11.7"
libraryDependencies ++= Seq(
cache,
javaWs
)
libraryDependencies ++= Seq(
"com.typesafe.play" %% "anorm" % "2.4.0",
"org.webjars" %% "webjars-play" % "2.4.0-1",
"org.webjars" % "bootstrap" % "3.3.6",
"org.webjars" % "flat-ui" % "bcaf2de95e",
"org.webjars" % "react" % "0.13.3",
"org.webjars" % "marked" % "0.3.2",
"org.apache.commons" % "commons-configuration2" % "2.1.1",
"commons-configuration" % "commons-configuration" % "1.10",
"commons-configuration" % "commons-configuration" % "1.6",
"com.healthmarketscience.sqlbuilder" % "sqlbuilder" % "2.1.7",
"com.healthmarketscience.common" % "common-util" % "1.1.1"
)
libraryDependencies += "com.hp.hpl.jena" % "jena" % "2.6.4"
// https://mvnrepository.com/artifact/org.apache.jena/jena-arq
libraryDependencies += "org.apache.jena" % "jena-arq" % "3.1.0"
libraryDependencies += "org.apache.jena" % "jena-core" % "3.1.0"
resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"
enablePlugins(SbtNativePackager)
fork in run := true
fork in run := true
fork in run := true
fork in run := true
fork in run := true