@@ -27,8 +27,8 @@ dependencies {
27
27
testRuntime( " org.jboss.arquillian.container:arquillian-osgi-felix:2.0.0.CR4" )
28
28
testRuntime( " org.apache.felix:org.apache.felix.framework:4.0.3" )
29
29
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 );
32
32
testRuntime( " org.jboss.logmanager:jboss-logmanager:1.4.1.Final" )
33
33
34
34
// Local copies of all jars needed fur the OSGi runtime. Ignore the transitive dependencies.
83
83
}
84
84
85
85
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"
88
88
}
89
89
90
90
task copyBnd (type : Copy ) {
@@ -147,7 +147,7 @@ task testClientBundleJar(type: Jar) {
147
147
" Bundle-SymbolicName" : " testClientBundle" ,
148
148
" Import-Package" : " javassist.util.proxy,javax.persistence,javax.persistence.spi,org.h2,org.osgi.framework,"
149
149
+ " org.hibernate,"
150
- + " org.hibernate.boot.model,"
150
+ + " org.hibernate.boot.model,"
151
151
+ " org.hibernate.boot.registry.selector,"
152
152
+ " org.hibernate.boot.registry.selector.spi,"
153
153
+ " org.hibernate.cfg,"
0 commit comments