Author: boisvert Date: Wed May 23 11:54:44 2007 New Revision: 541028 URL: http://svn.apache.org/viewvc?view=rev&rev=541028 Log: Fix ehcache groupId
Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=541028&r1=541027&r2=541028 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Wed May 23 11:54:44 2007 @@ -56,8 +56,8 @@ :transaction =>"org.apache.geronimo.modules:geronimo-transaction:jar:1.2-beta", :connector =>"org.apache.geronimo.modules:geronimo-connector:jar:1.2-beta" ) -HIBERNATE = [ "org.hibernate:hibernate:jar:3.2.4sp1", "asm:asm:jar:1.5.3", - "antlr:antlr:jar:2.7.6", "cglib:cglib:jar:2.1_3", "ehcache:ehcache:jar:1.2.3" ] +HIBERNATE = [ "org.hibernate:hibernate:jar:3.2.4.sp1", "asm:asm:jar:1.5.3", + "antlr:antlr:jar:2.7.6", "cglib:cglib:jar:2.1_3", "net.sf.ehcache:ehcache:jar:1.2.3" ] HOWL_LOGGER = "howl:howl-logger:jar:0.1.11" HSQLDB = "hsqldb:hsqldb:jar:1.8.0.7" JAVAX = struct(