We only need ooo-external for these now

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6469 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-01-28 19:32:30 +00:00
parent 45879635a3
commit a381c8544e
+2 -8
View File
@@ -14,12 +14,8 @@
<repositories>
<repository>
<id>as3corelib-repo</id>
<url>https://github.com/samskivert/as3corelib/raw/master/repository</url>
</repository>
<repository>
<id>as3-signals-repo</id>
<url>https://github.com/groves/as3-signals/raw/master/repository</url>
<id>ooo-external</id>
<url>http://ooo-maven.googlecode.com/hg/repository</url>
</repository>
</repositories>
@@ -28,14 +24,12 @@
<groupId>com.threerings</groupId>
<artifactId>aspirin</artifactId>
<version>1.6</version>
<scope>compile</scope>
<type>swc</type>
</dependency>
<dependency>
<groupId>com.adobe</groupId>
<artifactId>as3corelib</artifactId>
<version>0.93</version>
<scope>compile</scope>
<type>swc</type>
</dependency>
<dependency>