Skip to content

Commit

Permalink
Add missing dependency management entry for hibernate-vibur
Browse files Browse the repository at this point in the history
  • Loading branch information
vasili pispanen authored and snicoll committed Dec 17, 2018
1 parent 20a1ce4 commit c955906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,11 @@
<artifactId>hibernate-c3p0</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-vibur</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
Expand Down

0 comments on commit c955906

Please sign in to comment.