GEODE-14: Cleanup hibernate gradle build file
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/79409be7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/79409be7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/79409be7 Branch: refs/heads/feature/GEODE-14 Commit: 79409be7e5c24558640b5a1c734ec0336375554e Parents: 0c89797 Author: Jens Deppe <[email protected]> Authored: Mon Dec 28 06:59:56 2015 -0800 Committer: Jens Deppe <[email protected]> Committed: Mon Dec 28 06:59:56 2015 -0800 ---------------------------------------------------------------------- .../gemfire-modules-hibernate/build.gradle | 22 -------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/79409be7/extensions/gemfire-modules-hibernate/build.gradle ---------------------------------------------------------------------- diff --git a/extensions/gemfire-modules-hibernate/build.gradle b/extensions/gemfire-modules-hibernate/build.gradle index 8361cee..370c220 100644 --- a/extensions/gemfire-modules-hibernate/build.gradle +++ b/extensions/gemfire-modules-hibernate/build.gradle @@ -15,27 +15,6 @@ * limitations under the License. */ -test { - doFirst { - copy { - from 'build/resources/test/tomcat' - into 'build/test/tomcat/' - } - } - - testLogging { - events 'passed', 'skipped', 'failed' - exceptionFormat = 'full' - } - -// include '**/HibernateTestCase.class' -// include '**/SecondVMTest.class' -// -// testLogging { -// exceptionFormat = 'full' -// } -} - dependencies { compile project(':extensions/gemfire-modules') compile 'org.hibernate:hibernate-core:3.5.0-Final' @@ -43,7 +22,6 @@ dependencies { compile 'javax.persistence:persistence-api:1.0.2' runtime 'dom4j:dom4j:1.6.1' -// runtime 'org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final' testRuntime 'org.hibernate:hibernate-annotations:3.5.5-Final' testRuntime 'org.slf4j:slf4j-jdk14:1.7.7'
