This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch TOMEE-4165_JSONP-TCK in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 945aa1368c7b47ea58f2433d62286b1cdca213c9 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Tue Jan 10 13:14:38 2023 +0100 TOMEE-4165 Add pluggability tests --- tck/jsonp-standalone/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tck/jsonp-standalone/pom.xml b/tck/jsonp-standalone/pom.xml index ebdf7e97b8..0046700030 100644 --- a/tck/jsonp-standalone/pom.xml +++ b/tck/jsonp-standalone/pom.xml @@ -84,6 +84,12 @@ <version>2.1.1</version> <scope>test</scope> </dependency> + <dependency> + <groupId>jakarta.json</groupId> + <artifactId>jakarta.json-tck-tests-pluggability</artifactId> + <version>2.1.1</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.openwebbeans</groupId> @@ -152,6 +158,7 @@ <forkCount>1</forkCount> <dependenciesToScan> <dependency>jakarta.json:jakarta.json-tck-tests</dependency> + <dependency>jakarta.json:jakarta.json-tck-tests-pluggability</dependency> </dependenciesToScan> <includes> <include>ee.jakarta.tck.jsonp.**</include>
