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 16:25:16 UTC

[cxf] branch 3.4.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.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


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

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

    Fixed resource folder location (cxf-rt-rs-http-sci)
    
    (cherry picked from commit 0bef1daf168286d98bcd51edb3b1b6571f9d1426)
    (cherry picked from commit 36df5f101f5a3dab6503fd4158adfa7984d15cf9)
---
 .../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