From 0449c1a79c6c34289974eca5668d9df3806f9bb6 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 12 Jul 2018 12:10:45 +0200 Subject: [PATCH] HHH-12793 Fix preexisting indentation issues --- hibernate-osgi/hibernate-osgi.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hibernate-osgi/hibernate-osgi.gradle b/hibernate-osgi/hibernate-osgi.gradle index ba350a9833..753db175ee 100644 --- a/hibernate-osgi/hibernate-osgi.gradle +++ b/hibernate-osgi/hibernate-osgi.gradle @@ -119,16 +119,16 @@ task generateVersionFile { karaf { features { - xsdVersion = '1.4.0' - feature { - name = 'hibernate-orm' - 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' includeProject = true feature ('wrap') { prerequisite = true } feature 'transaction-api' - } + } // NOTE : would like to include spatial as well, but we need to wait for // it to not define dependency on postgresql driver feature {