Depend on Narya 1.1 (which won't be synced to central for another half hour or

so). Also let the commons-beanutils dependency in because we need that for our
digester tasks.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1051 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-11-08 19:45:29 +00:00
parent 906f69a392
commit 56a477f051
+1 -5
View File
@@ -62,7 +62,7 @@
<dependency>
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<version>1.0</version>
<version>1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -79,10 +79,6 @@
<version>2.0</version>
<scope>compile</scope>
<optional>true</optional>
<exclusions>
<exclusion><groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId></exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.megginson.sax</groupId>