summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-14 21:08:31 +0100
committerPaul Phillips <paulp@improving.org>2012-04-14 21:08:31 +0100
commit59bcf821eec1bbf61fd646ea3fe909083df02fba (patch)
treeefc5aeae61d8afdcecc13e44e7c4a103b26491e4
parentef809bb11c12a237d4d360b144426a3b4daa5c7f (diff)
downloadscala-59bcf821eec1bbf61fd646ea3fe909083df02fba.tar.gz
scala-59bcf821eec1bbf61fd646ea3fe909083df02fba.tar.bz2
scala-59bcf821eec1bbf61fd646ea3fe909083df02fba.zip
Revert "change com.typesafe.config dep to version 0.4.0"
This reverts commit f67a00a3cef270835369b8ab1bb57cbe8b2bd2a3.
-rw-r--r--build.xml2
-rw-r--r--src/build/maven/scala-library-pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index d2438e3112..1a0e85a6f0 100644
--- a/build.xml
+++ b/build.xml
@@ -249,7 +249,7 @@ INITIALISATION
<!-- Resolve maven dependencies -->
<target name="init.maven.jars" depends="init.maven.tasks">
<artifact:dependencies pathId="dependency.classpath" filesetId="dependency.fileset">
- <dependency groupId="com.typesafe" artifactId="config" version="0.4.0"/>
+ <dependency groupId="org.skife.com.typesafe.config" artifactId="typesafe-config" version="0.3.0"/>
</artifact:dependencies>
</target>
diff --git a/src/build/maven/scala-library-pom.xml b/src/build/maven/scala-library-pom.xml
index e8db512125..c3f8a4531c 100644
--- a/src/build/maven/scala-library-pom.xml
+++ b/src/build/maven/scala-library-pom.xml
@@ -32,9 +32,9 @@
</issueManagement>
<dependencies>
<dependency>
- <groupId>com.typesafe</groupId>
- <artifactId>config</artifactId>
- <version>0.4.0</version>
+ <groupId>org.skife.com.typesafe.config</groupId>
+ <artifactId>typesafe-config</artifactId>
+ <version>0.3.0</version>
</dependency>
</dependencies>
<distributionManagement>