Skip to content

Commit

Permalink
add missing processor dependencies that are needed in Maven
Browse files Browse the repository at this point in the history
Gradle didn't need these
  • Loading branch information
gavinking committed Mar 24, 2024
1 parent 1a2c1a6 commit 4825012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tooling/metamodel-generator/hibernate-jpamodelgen.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ sourceSets {
dependencies {
// api - ewww... but Maven needs them this way
api project( ':hibernate-core' )
api libs.hcann
api libs.jandex
api jakartaLibs.jaxbApi
api jakartaLibs.jaxb
api jakartaLibs.validation
api jakartaLibs.annotation
api libs.antlrRuntime
api libs.byteBuddy
api libs.logging

xjc jakartaLibs.xjc
xjc jakartaLibs.jaxb
Expand Down

0 comments on commit 4825012

Please sign in to comment.