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

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d78772  Fix maven compile warning (#3322)
4d78772 is described below

commit 4d78772fc8c20c8404406444b32d6a9aed92204f
Author: Yuhao Bi <[email protected]>
AuthorDate: Thu Jan 24 11:12:21 2019 +0800

    Fix maven compile warning (#3322)
---
 dubbo-dependencies-bom/pom.xml                          | 1 +
 dubbo-metadata-report/dubbo-metadata-report-api/pom.xml | 9 ---------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index faeb980..77ca3b9 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -6,6 +6,7 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>19</version>
+        <relativePath></relativePath>
     </parent>
 
     <groupId>org.apache.dubbo</groupId>
diff --git a/dubbo-metadata-report/dubbo-metadata-report-api/pom.xml 
b/dubbo-metadata-report/dubbo-metadata-report-api/pom.xml
index 9b06021..6244d04 100644
--- a/dubbo-metadata-report/dubbo-metadata-report-api/pom.xml
+++ b/dubbo-metadata-report/dubbo-metadata-report-api/pom.xml
@@ -66,14 +66,5 @@
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-metadata-definition</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.code.gson</groupId>
-            <artifactId>gson</artifactId>
-        </dependency>
     </dependencies>
 </project>

Reply via email to