File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 696
696
</dependency >
697
697
</dependencies >
698
698
</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 >
699
729
</profiles >
700
730
</project >
You can’t perform that action at this time.
0 commit comments