Skip to content

Commit

Permalink
Generate JPA metamodel for JPA notification models
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobe91 committed Nov 4, 2022
1 parent 52a83fe commit fe434a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions jpa/model/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<artifactId>blaze-job-jpa-model</artifactId>
<version>${version.blaze-job}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>${version.hibernate}</version>
<scope>provided</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions jpa/model/expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<artifactId>blaze-notify-jpa-model-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>${version.hibernate}</version>
<scope>provided</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<version.blaze-domain>1.0.0-Alpha3</version.blaze-domain>
<version.weld>2.4.5.Final</version.weld>
<version.spring>5.0.7.RELEASE</version.spring>
<version.hibernate>5.2.11.Final</version.hibernate>
<version.junit>4.12</version.junit>
</properties>

Expand Down Expand Up @@ -92,8 +93,6 @@
<configuration>
<source>${maven.compiler.argument.source}</source>
<target>${maven.compiler.argument.target}</target>
<!-- Disable annotation processing via compiler plugin. -->
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit fe434a2

Please sign in to comment.