Skip to content

Commit 48451d2

Browse files
committed
HHH-17362 - Define dependencies of hibernate-jpamodelgen as api
https://hibernate.atlassian.net/browse/HHH-17362
1 parent a9d77d2 commit 48451d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tooling/metamodel-generator/hibernate-jpamodelgen.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ ext {
1919
}
2020

2121
dependencies {
22-
implementation project( ':hibernate-core' )
23-
24-
// ewww... but Maven needs them this way, and it is irrelevant to Gradle which is smarter here
22+
// api - ewww... but Maven needs them this way
23+
api project( ':hibernate-core' )
2524
api jakartaLibs.jaxbApi
2625
api jakartaLibs.jaxb
2726
api jakartaLibs.validation

0 commit comments

Comments
 (0)