Skip to content

Commit

Permalink
[TOMEE-4327] BVal-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm authored and rzo1 committed Jul 23, 2024
1 parent a04e0fc commit c5707d7
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 103 deletions.
2 changes: 1 addition & 1 deletion boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<!-- org.apache -->
<version.activemq>6.1.2</version.activemq>
<version.batchee>2.0.0</version.batchee>
<version.bval>3.0.0</version.bval>
<version.bval>3.0.1</version.bval>
<version.cxf>4.1.0-tomee-M1</version.cxf>
<version.geronimo.components>4.0.0</version.geronimo.components>
<!-- we currently rely on Mail Impl. from Geronimo, this might change in the future -->
Expand Down
3 changes: 1 addition & 2 deletions tck/bval-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@
<configuration>
<reuseForks>false</reuseForks>
<suiteXmlFiles>
<suiteXmlFile>${project.build.directory}/test-classes/beanvalidation-tck-tests-suite.xml</suiteXmlFile>
<!-- <suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteXmlFile>-->
<suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteXmlFile>
</suiteXmlFiles>
<systemPropertyVariables>
<validation.provider>${validation.provider}</validation.provider>
Expand Down

This file was deleted.

3 changes: 1 addition & 2 deletions tck/bval-tomee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@

<properties>
<openejb.home>${project.build.directory}${file.separator}apache-tomee-webprofile-${project.version}</openejb.home>
<!-- <suiteFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteFile>-->
<suiteFile>${project.build.directory}/test-classes/beanvalidation-tck-tests-suite.xml</suiteFile>
<suiteFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteFile>
</properties>

<dependencies>
Expand Down

This file was deleted.

0 comments on commit c5707d7

Please sign in to comment.