Domain subproject Java 1.5 compatibility.

This commit is contained in:
Ben Alex
2005-05-09 03:35:57 +00:00
parent de6a258460
commit 5f1cb77e40
18 changed files with 297 additions and 168 deletions

View File

@@ -17,6 +17,21 @@
<artifactId>hibernate</artifactId>
<version>3.0.1</version>
<type>jar</type>
<url>http://www.hibernate.org</url>
</dependency>
<dependency>
<groupId>hibernate</groupId>
<artifactId>ejb</artifactId>
<version>3.0-edr2</version>
<type>jar</type>
<url>http://www.hibernate.org</url>
</dependency>
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.0-beta1</version>
<type>jar</type>
<url>http://www.hibernate.org</url>
</dependency>
<dependency>
<groupId>commons-lang</groupId>