From 4b3bcdb44c4f9ef0431e9724fe75417afd77b929 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Wed, 2 Mar 2011 17:29:04 +0100 Subject: [PATCH] Removing 4 unused dependencies --- project/build/AkkaProject.scala | 8 -------- 1 file changed, 8 deletions(-) diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index e0f4c87e7d..cfd9102177 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -132,14 +132,10 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) { lazy val aspectwerkz = "org.codehaus.aspectwerkz" % "aspectwerkz" % "2.2.3" % "compile" //LGPL 2.1 - lazy val commonsHttpClient = "commons-httpclient" % "commons-httpclient" % "3.1" % "compile" //ApacheV2 - lazy val commons_codec = "commons-codec" % "commons-codec" % "1.4" % "compile" //ApacheV2 lazy val commons_io = "commons-io" % "commons-io" % "1.4" % "compile" //ApacheV2 - lazy val commons_pool = "commons-pool" % "commons-pool" % "1.5.4" % "compile" //ApacheV2 - lazy val configgy = "net.lag" % "configgy" % "2.0.2-nologgy" % "compile" //ApacheV2 lazy val javax_servlet_30 = "org.glassfish" % "javax.servlet" % JAVAX_SERVLET_VERSION % "provided" //CDDL v1 @@ -181,10 +177,6 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) { lazy val stax_api = "javax.xml.stream" % "stax-api" % "1.0-2" % "compile" //ApacheV2 - lazy val thrift = "com.facebook" % "thrift" % "r917130" % "compile" //ApacheV2 - - lazy val google_coll = "com.google.collections" % "google-collections" % "1.0" % "compile" //ApacheV2 - // Test lazy val commons_coll = "commons-collections" % "commons-collections" % "3.2.1" % "test" //ApacheV2