We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800ceaa commit aa31b26Copy full SHA for aa31b26
hibernate-osgi/hibernate-osgi.gradle
@@ -44,6 +44,7 @@ dependencies {
44
osgiRuntime( "org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:1.6.1_5" ) { transitive = false }
45
osgiRuntime( libraries.commons_annotations ) { transitive = false }
46
osgiRuntime( libraries.classmate ) { transitive = false }
47
+ osgiRuntime( "org.apache.logging.log4j:log4j-api:2.0" ) { transitive = false }
48
osgiRuntime( libraries.logging ) { transitive = false }
49
50
// needed for BND
0 commit comments