jdom needed for rome

This commit is contained in:
Keith Donald 2009-12-19 22:36:19 +00:00 committed by Mic
parent 6f1ca5ddaa
commit 6f6d950847

View file

@ -188,6 +188,13 @@
<artifactId>com.springsource.com.sun.syndication</artifactId> <artifactId>com.springsource.com.sun.syndication</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>com.springsource.org.jdom</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<!-- JAXB --> <!-- JAXB -->
<dependency> <dependency>
<groupId>javax.xml.bind</groupId> <groupId>javax.xml.bind</groupId>