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

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


The following commit(s) were added to refs/heads/develop by this push:
     new fb258b4  remove metadata report dependency
fb258b4 is described below

commit fb258b4e8811550940d377261d51c53cbe19c2a5
Author: nzomkxia <[email protected]>
AuthorDate: Fri Dec 28 15:09:25 2018 +0800

    remove metadata report dependency
---
 dubbo-admin-backend/pom.xml | 7 +------
 pom.xml                     | 6 ------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/dubbo-admin-backend/pom.xml b/dubbo-admin-backend/pom.xml
index 7986fbd..65449cb 100644
--- a/dubbo-admin-backend/pom.xml
+++ b/dubbo-admin-backend/pom.xml
@@ -73,11 +73,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-metadata-report-api</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-framework</artifactId>
             <exclusions>
@@ -146,4 +141,4 @@
     </build>
 
 
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 44eb93a..c8e8b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,12 +93,6 @@
 
                        <dependency>
                                <groupId>org.apache.dubbo</groupId>
-                               
<artifactId>dubbo-metadata-report-api</artifactId>
-                <version>${dubbo-version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.apache.dubbo</groupId>
                                <artifactId>dubbo</artifactId>
                                <version>${dubbo-version}</version>
                        </dependency>

Reply via email to