This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch microprofile-opentracing in repository https://gitbox.apache.org/repos/asf/tomee.git
commit d0ef8e175b0916affe0c0bf9601be37032b36c5a Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Tue Oct 25 12:55:04 2022 +0200 Put back OpenTracing TCK so we can see where we are with the setup and overall tests coverage --- tck/microprofile-tck/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tck/microprofile-tck/pom.xml b/tck/microprofile-tck/pom.xml index ea598abf6d..27a61aa0f2 100644 --- a/tck/microprofile-tck/pom.xml +++ b/tck/microprofile-tck/pom.xml @@ -37,8 +37,6 @@ <module>rest-client</module> <module>openapi</module> <module>fault-tolerance</module> - <!-- <module>opentracing</module> - --> </modules> </project>
