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-oscache', 'hibernate-swarmcache'].each { feature ->
|
||||
[ 'hibernate-c3p0', 'hibernate-proxool', 'hibernate-ehcache', 'hibernate-infinispan' ].each { feature ->
|
||||
final String shortName = feature.substring( 'hibernate-'.length() );
|
||||
into('lib/optional/' + shortName) {
|
||||
from (
|
||||
|
|
Loading…
Reference in New Issue