mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
removed unused dependency jDom
This commit is contained in:
parent
28b3b296fb
commit
d08173dbf1
1 changed files with 1 additions and 7 deletions
8
pom.xml
8
pom.xml
|
@ -37,7 +37,6 @@
|
|||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<ehcache.version>2.6.5</ehcache.version>
|
||||
<hsqldb.version>2.2.9</hsqldb.version>
|
||||
<jdom.version>2.0.2</jdom.version>
|
||||
|
||||
<!-- Spring -->
|
||||
<spring-data-jpa.version>1.3.0.RELEASE</spring-data-jpa.version>
|
||||
|
@ -299,12 +298,7 @@
|
|||
<version>${jsp.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jdom</groupId>
|
||||
<artifactId>jdom</artifactId>
|
||||
<version>${jdom.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- MySQL JDBC Connector -->
|
||||
<!--
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue