Commit 8257fd9d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12210 from aheritier:patch-1

* pr/12210:
  Fix dependency management of hibernate-validator-annotation-processor
parents f73f283c 63596425
......@@ -1872,7 +1872,7 @@
<version>${hibernate-validator.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-annotation-processor</artifactId>
<version>${hibernate-validator.version}</version>
</dependency>
......
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