ENT-2554: Add back hibernate dependency as required by explorer runDemoNodes (#4029)

This commit is contained in:
cburlinchon 2018-10-04 11:55:18 +01:00 committed by GitHub
parent 5d03a03ec4
commit 064c72dfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,6 @@ processResources {
from file("$rootDir/config/dev/log4j2.xml")
}
configurations {
compile {
// We don't need Hibernate just for its @Type annotation.
exclude group: 'org.hibernate', module: 'hibernate-core'
}
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"