Skip to content

Commit 63ae6de

Browse files
Sannebrmeyer
authored andcommitted
Fix some whitespaces in hibernate-osgi.gradle
1 parent fd95ccb commit 63ae6de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hibernate-osgi/hibernate-osgi.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies {
2727
testRuntime( "org.jboss.arquillian.container:arquillian-osgi-felix:2.0.0.CR4" )
2828
testRuntime( "org.apache.felix:org.apache.felix.framework:4.0.3" )
2929
testRuntime( "org.apache.felix:org.apache.felix.main:4.0.3" )
30-
testRuntime( libraries.slf4j_api );
31-
testRuntime( libraries.slf4j_log4j );
30+
testRuntime( libraries.slf4j_api );
31+
testRuntime( libraries.slf4j_log4j );
3232
testRuntime( "org.jboss.logmanager:jboss-logmanager:1.4.1.Final" )
3333

3434
// Local copies of all jars needed fur the OSGi runtime. Ignore the transitive dependencies.
@@ -83,8 +83,8 @@ jar {
8383
}
8484

8585
test {
86-
systemProperties['java.util.logging.manager'] = "org.jboss.logmanager.LogManager"
87-
systemProperties['log4j.configuration'] = "file://$projectDir/src/test/resources/logging.properties"
86+
systemProperties['java.util.logging.manager'] = "org.jboss.logmanager.LogManager"
87+
systemProperties['log4j.configuration'] = "file://$projectDir/src/test/resources/logging.properties"
8888
}
8989

9090
task copyBnd(type: Copy) {
@@ -147,7 +147,7 @@ task testClientBundleJar(type: Jar) {
147147
"Bundle-SymbolicName" : "testClientBundle",
148148
"Import-Package" : "javassist.util.proxy,javax.persistence,javax.persistence.spi,org.h2,org.osgi.framework,"
149149
+ "org.hibernate,"
150-
+ "org.hibernate.boot.model,"
150+
+ "org.hibernate.boot.model,"
151151
+ "org.hibernate.boot.registry.selector,"
152152
+ "org.hibernate.boot.registry.selector.spi,"
153153
+ "org.hibernate.cfg,"

0 commit comments

Comments
 (0)