HHH-12751 Remove hibernate-infinispan OSGi feature
This commit is contained in:
parent
52e72f5d38
commit
45083813bd
|
@ -37,10 +37,6 @@ configurations {
|
||||||
description = 'Feature for easily adding Envers support to hibernate-orm'
|
description = 'Feature for easily adding Envers support to hibernate-orm'
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
hibernateInfinispan {
|
|
||||||
description = 'Feature for easily adding Infinispan-based caching support to hibernate-orm'
|
|
||||||
transitive = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -138,15 +134,7 @@ karaf {
|
||||||
version = project.version
|
version = project.version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
feature {
|
// The hibernate-infinispan feature is now provided by the Infinispan project.
|
||||||
name = 'hibernate-infinispan'
|
|
||||||
description = 'Feature for easily adding Infinispan-based caching support to hibernate-orm'
|
|
||||||
includeProject = false
|
|
||||||
configurations 'hibernateInfinispan'
|
|
||||||
feature('hibernate-orm') {
|
|
||||||
version = project.version
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue