Skip to content

Commit 6026ac3

Browse files
committed
HV-1831 Add BVal 3.0 profile for testing
Signed-off-by: marko-bekhta <[email protected]>
1 parent 91fc251 commit 6026ac3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

performance/pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,5 +696,35 @@
696696
</dependency>
697697
</dependencies>
698698
</profile>
699+
<profile>
700+
<id>bval-3.0</id>
701+
<activation>
702+
<property>
703+
<name>validator</name>
704+
<value>bval-3.0</value>
705+
</property>
706+
</activation>
707+
<properties>
708+
<validation-api.version>3.1.1.Final</validation-api.version>
709+
<beanvalidation-impl.name>Apache BVal</beanvalidation-impl.name>
710+
<beanvalidation-impl.version>3.0.2</beanvalidation-impl.version>
711+
<sources.to.add.main>${project.basedir}/src/main/jakarta</sources.to.add.main>
712+
</properties>
713+
<dependencies>
714+
<dependency>
715+
<groupId>jakarta.validation</groupId>
716+
<artifactId>jakarta.validation-api</artifactId>
717+
</dependency>
718+
<dependency>
719+
<groupId>org.glassfish.expressly</groupId>
720+
<artifactId>expressly</artifactId>
721+
</dependency>
722+
<dependency>
723+
<groupId>org.apache.bval</groupId>
724+
<artifactId>bval-jsr</artifactId>
725+
<version>${beanvalidation-impl.version}</version>
726+
</dependency>
727+
</dependencies>
728+
</profile>
699729
</profiles>
700730
</project>

0 commit comments

Comments
 (0)