Added some scaffolding for testing peer related stuffs.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6592 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-04-03 22:49:46 +00:00
parent 560fd59f26
commit bc4c9224ec
4 changed files with 265 additions and 0 deletions
+6
View File
@@ -119,6 +119,12 @@
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>