remove scala dependencis

This commit is contained in:
Richard Alam 2013-05-18 00:56:20 -07:00
parent 385ed17dd2
commit f5730f0d18

View File

@ -1,4 +1,4 @@
usePlugin 'scala'
//usePlugin 'scala'
usePlugin 'java'
usePlugin 'war'
usePlugin 'eclipse'
@ -100,11 +100,11 @@ dependencies {
providedCompile 'commons-pool:commons-pool:1.5.6'
// Libraries needed to run the scala tools
scalaTools 'org.scala-lang:scala-compiler:2.9.2'
scalaTools 'org.scala-lang:scala-library:2.9.2'
//scalaTools 'org.scala-lang:scala-compiler:2.9.2'
//scalaTools 'org.scala-lang:scala-library:2.9.2'
// Libraries needed for scala api
compile 'org.scala-lang:scala-library:2.9.2'
//compile 'org.scala-lang:scala-library:2.9.2'
// Freeswitch ESL Client
compile 'org/freeswitch:fs-esl-client:0.8.2@jar'