HHH-5990 - Remove non-maintained second level cache integrations
This commit is contained in:
parent
7f7f073c9b
commit
329486bc69
|
@ -145,8 +145,7 @@ releaseCopySpec = copySpec {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
['hibernate-c3p0', 'hibernate-proxool', 'hibernate-ehcache', 'hibernate-infinispan',
|
[ 'hibernate-c3p0', 'hibernate-proxool', 'hibernate-ehcache', 'hibernate-infinispan' ].each { feature ->
|
||||||
'hibernate-oscache', 'hibernate-swarmcache'].each { feature ->
|
|
||||||
final String shortName = feature.substring( 'hibernate-'.length() );
|
final String shortName = feature.substring( 'hibernate-'.length() );
|
||||||
into('lib/optional/' + shortName) {
|
into('lib/optional/' + shortName) {
|
||||||
from (
|
from (
|
||||||
|
|
Loading…
Reference in New Issue