mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
tweaks
This commit is contained in:
parent
d7f75cfdb9
commit
33a5c878e3
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
@ -86,11 +86,13 @@
|
|||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
|
||||
<version>1.2.2.osgi</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>com.springsource.org.hsqldb</artifactId>
|
||||
<version>1.8.0.9</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- MySQL JDBC Connector -->
|
||||
<!--
|
||||
|
@ -114,6 +116,7 @@
|
|||
<groupId>javax.persistence</groupId>
|
||||
<artifactId>com.springsource.javax.persistence</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- Toplink JPA Provider -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue