HHH-13022 Add missing versions to internal OSGi feature dependencies
This commit is contained in:
parent
625f341a56
commit
0911dd384e
|
@ -139,14 +139,18 @@ karaf {
|
||||||
description = 'Feature for easily adding Envers support to hibernate-orm'
|
description = 'Feature for easily adding Envers support to hibernate-orm'
|
||||||
includeProject = false
|
includeProject = false
|
||||||
configurations 'hibernateEnvers'
|
configurations 'hibernateEnvers'
|
||||||
feature 'hibernate-orm'
|
feature('hibernate-orm') {
|
||||||
|
version = project.version
|
||||||
|
}
|
||||||
}
|
}
|
||||||
feature {
|
feature {
|
||||||
name = 'hibernate-infinispan'
|
name = 'hibernate-infinispan'
|
||||||
description = 'Feature for easily adding Infinispan-based caching support to hibernate-orm'
|
description = 'Feature for easily adding Infinispan-based caching support to hibernate-orm'
|
||||||
includeProject = false
|
includeProject = false
|
||||||
configurations 'hibernateInfinispan'
|
configurations 'hibernateInfinispan'
|
||||||
feature 'hibernate-orm'
|
feature('hibernate-orm') {
|
||||||
|
version = project.version
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue