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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 18b4cf9bf5af6b138651a23572bc5615d70dcc59
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Thu Aug 1 17:54:05 2024 -0400

    remove an unneeded class from the springbootdemo axis2.xml
---
 .../src/userguide/springbootdemo/resources-axis2/conf/axis2.xml         | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/samples/userguide/src/userguide/springbootdemo/resources-axis2/conf/axis2.xml
 
b/modules/samples/userguide/src/userguide/springbootdemo/resources-axis2/conf/axis2.xml
index 3b22530667..201b2926ee 100644
--- 
a/modules/samples/userguide/src/userguide/springbootdemo/resources-axis2/conf/axis2.xml
+++ 
b/modules/samples/userguide/src/userguide/springbootdemo/resources-axis2/conf/axis2.xml
@@ -111,8 +111,6 @@
     
     <!--POJO deployer , this will alow users to drop .class file and make that 
into a service-->
     <deployer extension=".class" directory="pojo" 
class="org.apache.axis2.deployment.POJODeployer"/>
-    <deployer extension=".jar" directory="servicejars"
-              class="org.apache.axis2.jaxws.framework.JAXWSDeployer"/>
     <deployer extension=".jar" directory="transports"
               class="org.apache.axis2.deployment.TransportDeployer"/>
 

Reply via email to