2015-05-18 23:23:35 -05:00
|
|
|
/*
|
|
|
|
* Hibernate, Relational Persistence for Idiomatic Java
|
|
|
|
*
|
|
|
|
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
|
|
|
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
|
|
|
*/
|
2010-10-09 13:44:08 -05:00
|
|
|
dependencies {
|
2012-03-09 13:34:02 -06:00
|
|
|
compile project( ':hibernate-core' )
|
2012-08-08 17:09:11 +08:00
|
|
|
compile( libraries.ehcache )
|
2012-03-09 13:34:02 -06:00
|
|
|
|
2013-11-26 17:48:25 -06:00
|
|
|
testCompile project( ':hibernate-testing' )
|
2011-05-31 00:52:01 +08:00
|
|
|
}
|
2013-01-23 18:22:03 -05:00
|
|
|
|
2015-04-10 11:58:22 -05:00
|
|
|
mavenPom {
|
|
|
|
name = 'Hibernate/Ehcache Integration'
|
|
|
|
description = 'Integration for Ehcache into Hibernate as a second-level caching service'
|
2013-04-16 18:25:20 -05:00
|
|
|
}
|
2013-12-02 20:53:19 -06:00
|
|
|
|
|
|
|
def osgiDescription() {
|
2015-04-10 11:58:22 -05:00
|
|
|
return mavenPom.description
|
2013-12-02 20:53:19 -06:00
|
|
|
}
|