diff --git a/embedded-repo/net/lag/configgy/2.0.2-SNAPSHOT/configgy-2.0.2-SNAPSHOT.jar b/embedded-repo/net/lag/configgy/2.0.2-nologgy/configgy-2.0.2-nologgy.jar
similarity index 98%
rename from embedded-repo/net/lag/configgy/2.0.2-SNAPSHOT/configgy-2.0.2-SNAPSHOT.jar
rename to embedded-repo/net/lag/configgy/2.0.2-nologgy/configgy-2.0.2-nologgy.jar
index 5a87c474d2..8a6a0a0e5b 100644
Binary files a/embedded-repo/net/lag/configgy/2.0.2-SNAPSHOT/configgy-2.0.2-SNAPSHOT.jar and b/embedded-repo/net/lag/configgy/2.0.2-nologgy/configgy-2.0.2-nologgy.jar differ
diff --git a/embedded-repo/net/lag/configgy/2.0.2-SNAPSHOT/configgy-2.0.2-SNAPSHOT.pom b/embedded-repo/net/lag/configgy/2.0.2-nologgy/configgy-2.0.2-nologgy.pom
similarity index 94%
rename from embedded-repo/net/lag/configgy/2.0.2-SNAPSHOT/configgy-2.0.2-SNAPSHOT.pom
rename to embedded-repo/net/lag/configgy/2.0.2-nologgy/configgy-2.0.2-nologgy.pom
index 17804b0658..9238472de5 100644
--- a/embedded-repo/net/lag/configgy/2.0.2-SNAPSHOT/configgy-2.0.2-SNAPSHOT.pom
+++ b/embedded-repo/net/lag/configgy/2.0.2-nologgy/configgy-2.0.2-nologgy.pom
@@ -4,7 +4,10 @@
net.lag
configgy
jar
- 2.0.2-SNAPSHOT
+ 2.0.2-nologgy
+ Configgy
+ Configgy logging removed
+ http://github.com/derekjw/configgy
Apache 2
@@ -21,6 +24,36 @@
+
+ scalatoolsorg
+ scala-tools.org
+ http://scala-tools.org/repo-releases/
+
+
+ atlassian
+ atlassian
+ https://m2proxy.atlassian.com/repository/public/
+
+
+ lagnet
+ lag.net
+ http://www.lag.net/repo/
+
+
+ testingscalatoolsorg
+ testing.scala-tools.org
+ http://scala-tools.org/repo-releases/testing/
+
+
+ oauthnet
+ oauth.net
+ http://oauth.googlecode.com/svn/code/maven/
+
+
+ downloadjavanet
+ download.java.net
+ http://download.java.net/maven/2/
+
oldtwittercom
old.twitter.com
@@ -31,21 +64,6 @@
twitter.com
http://maven.twttr.com/
-
- lagnet
- lag.net
- http://www.lag.net/repo/
-
-
- downloadjavanet
- download.java.net
- http://download.java.net/maven/2/
-
-
- oauthnet
- oauth.net
- http://oauth.googlecode.com/svn/code/maven/
-
powermockapi
powermock-api
@@ -56,21 +74,6 @@
ibiblio
http://mirrors.ibiblio.org/pub/mirrors/maven2/
-
- scalatoolsorg
- scala-tools.org
- http://scala-tools.org/repo-releases/
-
-
- testingscalatoolsorg
- testing.scala-tools.org
- http://scala-tools.org/repo-releases/testing/
-
-
- atlassian
- atlassian
- https://m2proxy.atlassian.com/repository/public/
-
ScalaToolsMaven2Repository
Scala-Tools Maven2 Repository
diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala
index fe148cf27f..886e9cd407 100644
--- a/project/build/AkkaProject.scala
+++ b/project/build/AkkaProject.scala
@@ -139,7 +139,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
lazy val commons_pool = "commons-pool" % "commons-pool" % "1.5.4" % "compile" //ApacheV2
- lazy val configgy = "net.lag" % "configgy" % "2.0.2-SNAPSHOT" % "compile" //ApacheV2
+ lazy val configgy = "net.lag" % "configgy" % "2.0.2-nologgy" % "compile" //ApacheV2
lazy val dispatch_http = "net.databinder" % "dispatch-http_2.8.0" % DISPATCH_VERSION % "compile" //LGPL v2
lazy val dispatch_json = "net.databinder" % "dispatch-json_2.8.0" % DISPATCH_VERSION % "compile" //LGPL v2