hibernate-orm/hibernate-jipijapa/hibernate-jipijapa.gradle

25 lines
666 B
Groovy
Raw Normal View History

2018-03-06 16:41:42 -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>.
*/
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
description = 'Integrate with WildFly JipiJapa'
dependencies {
compile project( ':hibernate-core' )
compile( libraries.jipijapa_spi )
compile( libraries.jboss_vfs )
// compile( libraries.infinispan_hibernate_cache_commons )
2018-03-06 16:41:42 -05:00
testCompile project( ':hibernate-testing' )
testCompile( libraries.shrinkwrap )
2018-03-06 16:41:42 -05:00
}
test {
forkEvery 1
}