This is an automated email from the ASF dual-hosted git repository. dblevins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 8e9c2a79593d7f5862437630db35da9dffba778c Author: David Blevins <david.blev...@gmail.com> AuthorDate: Sun May 2 18:46:20 2021 -0700 Switch back to CXF 3.4.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6db1af..cb85152 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ <tomcat.version>9.0.45</tomcat.version> - <cxf.version>3.5.0-SNAPSHOT</cxf.version> + <cxf.version>3.4.3</cxf.version> <ehcache.version>2.10.3</ehcache.version> <!-- used by cxf for security (replay attack) --> <jetty.version>7.5.3.v20111011</jetty.version>