From: <fg...@us...> - 2008-01-08 09:40:48
|
Revision: 521 http://openutils.svn.sourceforge.net/openutils/?rev=521&view=rev Author: fgiust Date: 2008-01-08 01:40:54 -0800 (Tue, 08 Jan 2008) Log Message: ----------- hibernate is now optional Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2008-01-08 09:39:00 UTC (rev 520) +++ trunk/openutils-testing-testng/pom.xml 2008-01-08 09:40:54 UTC (rev 521) @@ -117,6 +117,7 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId> <version>3.2.1.ga</version> + <optional>true</optional> <exclusions> <exclusion> <groupId>commons-logging</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |