You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/25 13:38:16 UTC

[cxf] branch 3.6.x-fixes updated: Fixed resource folder location (cxf-rt-rs-http-sci)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 0bef1daf16 Fixed resource folder location (cxf-rt-rs-http-sci)
0bef1daf16 is described below

commit 0bef1daf168286d98bcd51edb3b1b6571f9d1426
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 25 09:38:02 2022 -0400

    Fixed resource folder location (cxf-rt-rs-http-sci)
---
 .../META-INF/services/javax.servlet.ServletContainerInitializer          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rt/rs/http-sci/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer b/rt/rs/http-sci/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer
deleted file mode 100644
index 48979d74e8..0000000000
--- a/rt/rs/http-sci/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.cxf.jaxrs.servlet.sci.JaxrsServletContainerInitializer
\ No newline at end of file