There was an error while loading. Please reload this page.
1 parent 3d1d1d2 commit 9ebed55Copy full SHA for 9ebed55
hibernate-osgi/hibernate-osgi.gradle
@@ -52,6 +52,9 @@ configurations {
52
53
dependencies {
54
compile( project( ':hibernate-core' ) ) {
55
+// having javax.activation-api as a dependency requires us to have com.sun.activation:javax.activation
56
+// this dependency wasn't there in the 5.2.x bundles so ignoring it for now
57
+// we might reintroduce it at some point if users complain about it
58
exclude module: 'javax.activation-api'
59
}
60
testCompile( project( ':hibernate-envers' ) )
0 commit comments