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


The following commit(s) were added to refs/heads/master by this push:
     new e9c3c81  doc updates
e9c3c81 is described below

commit e9c3c8167aa52d54aca6540c105565dfb3a30234
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Thu Jul 29 20:02:52 2021 -0400

    doc updates
---
 modules/samples/userguide/src/userguide/springbootdemo/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml 
b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
index 731fdec..57116bd 100644
--- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
+++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
@@ -42,7 +42,6 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <java.version>1.8</java.version>
         <spring-boot.version>2.5.2</spring-boot.version>
-        <forceHttps>false</forceHttps>
     </properties>
 
     <dependencies>
@@ -337,9 +336,6 @@
                         <phase>install</phase>
                         <configuration>
                             <tasks>
-                                <!--  used for local deploys, ignored 
otherwise -->
-                                <touch 
file="target/deploy/axis2-json-api.war.dodeploy">
-                                </touch>
                                 <jar 
jarfile="${project.build.directory}/deploy/axis2-json-api.war/WEB-INF/services/Login.aar">
                                     <metainf 
file="resources-axis2/login_resources/services.xml"/>
                                 </jar>

Reply via email to