summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-07-25 16:51:51 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-07-25 16:54:16 -0400
commitd3758908f5b605159283637171ada74d54a9542b (patch)
treed7504130003a8b26c24d3016901ea46d23f63302 /build.xml
parentc3ac0ec12ee2b08917cdd0379b868a2fb12171d8 (diff)
downloadscala-d3758908f5b605159283637171ada74d54a9542b.tar.gz
scala-d3758908f5b605159283637171ada74d54a9542b.tar.bz2
scala-d3758908f5b605159283637171ada74d54a9542b.zip
Remove typesafe-config as dependency for library. Akka-actors will draw it in.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a4feada3c7..6833986ac8 100644
--- a/build.xml
+++ b/build.xml
@@ -280,7 +280,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="com.typesafe" artifactId="config" version="0.4.0"/>-->
</artifact:dependencies>
</target>