There was an error while loading. Please reload this page.
1 parent 9ebed55 commit 0449c1aCopy full SHA for 0449c1a
hibernate-osgi/hibernate-osgi.gradle
@@ -119,16 +119,16 @@ task generateVersionFile {
119
120
karaf {
121
features {
122
- xsdVersion = '1.4.0'
123
- feature {
124
- name = 'hibernate-orm'
125
- description = 'Combines all Hibernate core dependencies and required modules into a single feature'
+xsdVersion = '1.4.0'
+feature {
+name = 'hibernate-orm'
+description = 'Combines all Hibernate core dependencies and required modules into a single feature'
126
includeProject = true
127
feature ('wrap') {
128
prerequisite = true
129
}
130
feature 'transaction-api'
131
- }
+}
132
// NOTE : would like to include spatial as well, but we need to wait for
133
//it to not define dependency on postgresql driver
134
feature {
0 commit comments