Optional dependencies identified

This commit is contained in:
dsyer
2008-09-05 13:15:44 +00:00
parent 830e81a38c
commit 6c1c803de6

View File

@@ -137,10 +137,12 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<!-- Needed by Hibernate if JTA is excluded -->