petclinic-uncached
Changes
pom.xml 6(+6 -0)
Details
pom.xml 6(+6 -0)
diff --git a/pom.xml b/pom.xml
index 71f127b..7559af7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,12 @@
<artifactId>com.springsource.javax.transaction</artifactId>
<version>1.1.0</version>
<scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>com.springsource.org.hibernate.annotations</artifactId>
+ <version>3.4.0.GA</version>
+ <scope>test</scope>
</dependency>
</dependencies>
<repositories>