Browse Source

Polish "Add missing dependency management entry for hibernate-vibur"

Closes gh-15467
pull/15692/head
Stephane Nicoll 7 years ago
parent
commit
af3fada396
  1. 10
      spring-boot-project/spring-boot-dependencies/pom.xml

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

@ -1993,11 +1993,6 @@ @@ -1993,11 +1993,6 @@
<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>
@ -2065,6 +2060,11 @@ @@ -2065,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