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 a9d77d2 commit 48451d2Copy full SHA for 48451d2
tooling/metamodel-generator/hibernate-jpamodelgen.gradle
@@ -19,9 +19,8 @@ ext {
19
}
20
21
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
+ // api - ewww... but Maven needs them this way
+ api project( ':hibernate-core' )
25
api jakartaLibs.jaxbApi
26
api jakartaLibs.jaxb
27
api jakartaLibs.validation
0 commit comments