mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55:50 +00:00
jdom needed for rome
This commit is contained in:
parent
6f1ca5ddaa
commit
6f6d950847
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue