javax.persistence is a dependency for these tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15245 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
47e6786915
commit
647d68cc14
|
@ -48,6 +48,13 @@
|
|||
<version>3.4.GA</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
<artifactId>persistence-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue