petclinic-uncached
Changes
pom.xml 7(+7 -0)
Details
pom.xml 7(+7 -0)
diff --git a/pom.xml b/pom.xml
index 7962bdd..ae9af57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,13 @@
<artifactId>com.springsource.com.sun.syndication</artifactId>
<version>1.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>com.springsource.org.jdom</artifactId>
+ <version>1.1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+
<!-- JAXB -->
<dependency>
<groupId>javax.xml.bind</groupId>