You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2019/04/26 01:53:07 UTC

[skywalking] branch gao-webapp updated: Revert pom.xml

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

hanahmily pushed a commit to branch gao-webapp
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/gao-webapp by this push:
     new 33cf9d2  Revert pom.xml
33cf9d2 is described below

commit 33cf9d2882b478e718751ea43e0aec5810e0482b
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Fri Apr 26 09:52:55 2019 +0800

    Revert pom.xml
---
 apm-webapp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml
index f08974e..adc0e5d 100644
--- a/apm-webapp/pom.xml
+++ b/apm-webapp/pom.xml
@@ -166,13 +166,13 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <version>${spring.boot.version}</version>
-                <!-- <executions>
+                <executions>
                     <execution>
                         <goals>
                             <goal>repackage</goal>
                         </goals>
                     </execution>
-                </executions> -->
+                </executions>
             </plugin>
         </plugins>
     </build>