From: <fg...@us...> - 2009-05-24 10:04:52
|
Revision: 1212 http://openutils.svn.sourceforge.net/openutils/?rev=1212&view=rev Author: fgiust Date: 2009-05-24 10:04:44 +0000 (Sun, 24 May 2009) Log Message: ----------- remove exclusion Modified Paths: -------------- trunk/openutils-spring/pom.xml Modified: trunk/openutils-spring/pom.xml =================================================================== --- trunk/openutils-spring/pom.xml 2009-05-24 09:56:02 UTC (rev 1211) +++ trunk/openutils-spring/pom.xml 2009-05-24 10:04:44 UTC (rev 1212) @@ -92,13 +92,6 @@ <artifactId>hibernate-annotations</artifactId> <version>3.4.0.GA</version> <optional>true</optional> - <exclusions> - <exclusion> - <!-- not needed here, just load annotations --> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>cglib</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |