mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
ENT-2554: Add back hibernate dependency as required by explorer runDemoNodes (#4029)
This commit is contained in:
parent
5d03a03ec4
commit
064c72dfb1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user