From 87068458566407086d91d6a4e9927ec473c7d83b Mon Sep 17 00:00:00 2001 From: CuteEarthchan <40509015+CuteEarthchan@users.noreply.github.com> Date: Wed, 5 Dec 2018 02:13:53 +0100 Subject: [PATCH] Make it build again build.probierties is needed for IntelliJ The javax.speech and org.mobicents.external.freetts libraries should be replaced by net.sf.sociaal freetts. --- build.sbt | 10 +--------- project/build.properties | 1 + 2 files changed, 2 insertions(+), 9 deletions(-) create mode 100644 project/build.properties diff --git a/build.sbt b/build.sbt index 1582e98..7ecf245 100644 --- a/build.sbt +++ b/build.sbt @@ -18,14 +18,6 @@ libraryDependencies += "org.parboiled" %% "parboiled-scala" % "1.1.6" libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.1" % "test" -libraryDependencies ++= Seq( - "javax.speech" % "jsapi" % "1.0", - "org.mobicents.external.freetts" % "cmu_us_kal" % "1.0", - "org.mobicents.external.freetts" % "freetts" % "1.0", - "org.mobicents.external.freetts" % "en_us" % "1.0", - "org.mobicents.external.freetts" % "cmulex" % "1.0" -) - -resolvers += "Speech" at "http://maven.it.su.se/it.su.se/maven2" +libraryDependencies += "net.sf.sociaal" % "freetts" % "1.2.2" parallelExecution in Test := false diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..27e88aa --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.13