Skip to content

Commit 9ebed55

Browse files
committed
HHH-12793 Add a comment about why we ignore javax.activation for now
1 parent 3d1d1d2 commit 9ebed55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hibernate-osgi/hibernate-osgi.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ configurations {
5252

5353
dependencies {
5454
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
5558
exclude module: 'javax.activation-api'
5659
}
5760
testCompile( project( ':hibernate-envers' ) )

0 commit comments

Comments
 (0)