Add missing JPA dependency

This commit is contained in:
David Syer 2010-11-15 16:54:12 +00:00
parent cfe1fdb5e5
commit 36ec06a917
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>