Skip to content

Commit

Permalink
Make it build again
Browse files Browse the repository at this point in the history
build.probierties is needed for IntelliJ

The javax.speech and org.mobicents.external.freetts
libraries should be replaced by net.sf.sociaal freetts.
  • Loading branch information
emankced committed Dec 8, 2018
1 parent 3dd905b commit 8706845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.13.13

0 comments on commit 8706845

Please sign in to comment.