Some POM tidying.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1189 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2012-01-11 00:35:11 +00:00
parent 9c04e6b42f
commit 5202627607
+5 -1
View File
@@ -56,6 +56,7 @@
</repositories>
<dependencies>
<!-- exported dependencies -->
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
@@ -66,6 +67,7 @@
<artifactId>guava</artifactId>
<version>11.0.1</version>
</dependency>
<!-- optional dependencies -->
<dependency>
<groupId>com.threerings</groupId>
@@ -121,7 +123,8 @@
<version>0.2</version>
<optional>true</optional>
</dependency>
<!-- testing and other dependencies -->
<!-- test/build dependencies -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
@@ -135,6 +138,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>