mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 22:03:33 +00:00
Move to Hibernate 3.0.3.
This commit is contained in:
parent
37983a0689
commit
c5101a259a
@ -204,7 +204,7 @@
|
|||||||
<attributes>
|
<attributes>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0.1.jar">
|
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0.3.jar">
|
||||||
<attributes>
|
<attributes>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>hibernate</groupId>
|
<groupId>hibernate</groupId>
|
||||||
<artifactId>hibernate</artifactId>
|
<artifactId>hibernate</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.3</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://www.hibernate.org</url>
|
<url>http://www.hibernate.org</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user