HHH-9680 - hibernate-osgi module has gone cra-cra again
This commit is contained in:
parent
98a4f3c67f
commit
9883d7b11a
|
@ -9,6 +9,10 @@ configurations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
testClientBundle
|
testClientBundle
|
||||||
}
|
}
|
||||||
|
@ -121,7 +125,7 @@ task felixProperties << {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
propertiesFile = file("$buildDir/osgi-lib/felix-framework.properties")
|
File propertiesFile = file("$buildDir/osgi-lib/felix-framework.properties")
|
||||||
|
|
||||||
// append jars wrapped using BND
|
// append jars wrapped using BND
|
||||||
FileTree tree = fileTree(dir: "$buildDir/osgi-lib/bnd")
|
FileTree tree = fileTree(dir: "$buildDir/osgi-lib/bnd")
|
||||||
|
|
|
@ -3,8 +3,7 @@ include 'hibernate-testing'
|
||||||
include 'hibernate-entitymanager'
|
include 'hibernate-entitymanager'
|
||||||
include 'hibernate-envers'
|
include 'hibernate-envers'
|
||||||
|
|
||||||
// Temporarily disabled : HHH-9680
|
include 'hibernate-osgi'
|
||||||
//include 'hibernate-osgi'
|
|
||||||
|
|
||||||
include 'hibernate-c3p0'
|
include 'hibernate-c3p0'
|
||||||
include 'hibernate-proxool'
|
include 'hibernate-proxool'
|
||||||
|
|
Loading…
Reference in New Issue