This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 145d319c0137680f2b18f205c250917616a99c0b Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Mar 23 22:44:08 2022 +0100 Move to Servlet 5 protocol --- tck/bval-tomee/src/test/resources/arquillian.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tck/bval-tomee/src/test/resources/arquillian.xml b/tck/bval-tomee/src/test/resources/arquillian.xml index 1f4c463..3e26eec 100644 --- a/tck/bval-tomee/src/test/resources/arquillian.xml +++ b/tck/bval-tomee/src/test/resources/arquillian.xml @@ -29,6 +29,7 @@ <property name="stopPort">-1</property> <property name="ajpPort">-1</property> <property name="dir">target/tomee-tck</property> + <property name="arquillianProtocol">Servlet 5.0</property> <property name="appWorkingDir">target/tck-workdir</property> <property name="simpleLog">true</property> <property name="properties">
