Browse Source

Merge pull request #15467 from slavonic-suomi

* pr/15467:
  Polish "Add missing dependency management entry for hibernate-vibur"
  Add missing dependency management entry for hibernate-vibur
pull/15692/head
Stephane Nicoll 7 years ago
parent
commit
65e7dbe5f1
  1. 5
      spring-boot-project/spring-boot-dependencies/pom.xml

5
spring-boot-project/spring-boot-dependencies/pom.xml

@ -2060,6 +2060,11 @@ @@ -2060,6 +2060,11 @@
<artifactId>hibernate-testing</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-vibur</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>

Loading…
Cancel
Save