This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git
The following commit(s) were added to refs/heads/master by this push:
new e8b9530 fix #503 (#511)
e8b9530 is described below
commit e8b953075c6cfe93c355db0a0b424c14ab15991c
Author: Foreverĉ¨ <[email protected]>
AuthorDate: Fri May 17 11:30:35 2019 +0800
fix #503 (#511)
---
dubbo-spring-boot-parent/pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 0850920..adf51e9 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -190,15 +190,6 @@
<include>LICENSE</include>
</includes>
</resource>
- <resource>
- <directory>../../</directory>
- <targetPath>META-INF/</targetPath>
- <filtering>false</filtering>
- <includes>
- <include>NOTICE</include>
- <include>LICENSE</include>
- </includes>
- </resource>
</resources>
<plugins>
<plugin>