We need the OOO repository to obtain snapshot revisions. Also added LWJGL

repository (maintained by yours truly) for LWJGL jars.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1077 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-11-18 23:38:26 +00:00
parent 0b47a10c5d
commit 2ae0c8f7b1
3 changed files with 29 additions and 2 deletions
+25
View File
@@ -40,6 +40,17 @@
<url>http://nenya.googlecode.com/svn/trunk/</url>
</scm>
<repositories>
<repository>
<id>lwjgl-repo</id>
<url>http://lwjgl-maven.googlecode.com/svn/trunk/repository</url>
</repository>
<repository>
<id>ooo-repo</id>
<url>http://build.earth.threerings.net/maven-repository</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.samskivert</groupId>
@@ -66,6 +77,20 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<version>2.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl_util</artifactId>
<version>2.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>