Skip to content

Commit

Permalink
Merge pull request quarkusio#31439 from alexeysharandin/main
Browse files Browse the repository at this point in the history
Add hibernate-community-dialects to BOM
  • Loading branch information
gsmet authored Feb 28, 2023
2 parents 4bbc70e + 76849f6 commit 042a965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5407,6 +5407,11 @@
<artifactId>hibernate-commons-annotations</artifactId>
<version>${hibernate-commons-annotations.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-community-dialects</artifactId>
<version>${hibernate-orm.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.reactive</groupId>
<artifactId>hibernate-reactive-core-jakarta</artifactId>
Expand Down

0 comments on commit 042a965

Please sign in to comment.