Skip to content

Commit e020246

Browse files
committed
HV-2154 Include hibernate-validator-test-utils in the dist bundle
Signed-off-by: marko-bekhta <marko.prykladna@gmail.com>
1 parent 42ee1b0 commit e020246

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

distribution/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<groupId>${project.groupId}</groupId>
4343
<artifactId>hibernate-validator-annotation-processor</artifactId>
4444
</dependency>
45+
<dependency>
46+
<groupId>${project.groupId}</groupId>
47+
<artifactId>hibernate-validator-test-utils</artifactId>
48+
<scope>compile</scope>
49+
</dependency>
4550
<dependency>
4651
<groupId>${project.groupId}</groupId>
4752
<artifactId>hibernate-validator-bom</artifactId>

distribution/src/main/assembly/dist.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<include>org.hibernate.validator:hibernate-validator</include>
2525
<include>org.hibernate.validator:hibernate-validator-cdi</include>
2626
<include>org.hibernate.validator:hibernate-validator-annotation-processor</include>
27+
<include>org.hibernate.validator:hibernate-validator-test-utils</include>
2728
</includes>
2829
</dependencySet>
2930

0 commit comments

Comments
 (0)