Skip to content

Commit c5f519c

Browse files
committed
chore: update hibernate-validator-annotation-processor coordinates to exclude it from a WAR file
Regression since 5cc09ac commit (#869)
1 parent 1a15e9a commit c5f519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@
11401140
<artifactId>lombok</artifactId>
11411141
</exclude>
11421142
<exclude>
1143-
<groupId>org.hibernate</groupId>
1143+
<groupId>org.hibernate.validator</groupId>
11441144
<artifactId>hibernate-validator-annotation-processor</artifactId>
11451145
</exclude>
11461146
</excludes>

0 commit comments

Comments
 (0)