This commit is contained in:
Keith Donald 2009-12-16 16:54:41 +00:00 committed by Mic
parent 3dc88e069a
commit 737d478752

View file

@ -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>