Commit 65e7dbe5 authored by Stephane Nicoll's avatar Stephane Nicoll

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
parents 20a1ce49 af3fada3
...@@ -2060,6 +2060,11 @@ ...@@ -2060,6 +2060,11 @@
<artifactId>hibernate-testing</artifactId> <artifactId>hibernate-testing</artifactId>
<version>${hibernate.version}</version> <version>${hibernate.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-vibur</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.hibernate.validator</groupId> <groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId> <artifactId>hibernate-validator</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment