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

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


The following commit(s) were added to refs/heads/metadata by this push:
     new 8976d84  add apollo dependency
8976d84 is described below

commit 8976d84e7d83c99bfcbe06a32321bc033130c6ab
Author: nzomkxia <[email protected]>
AuthorDate: Wed Nov 21 15:13:46 2018 +0800

    add apollo dependency
---
 dubbo-admin-backend/pom.xml | 6 ++++++
 pom.xml                     | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/dubbo-admin-backend/pom.xml b/dubbo-admin-backend/pom.xml
index 8accd0d..879b1ee 100644
--- a/dubbo-admin-backend/pom.xml
+++ b/dubbo-admin-backend/pom.xml
@@ -58,6 +58,12 @@
         </dependency>
 
         <dependency>
+            <groupId>com.ctrip.framework.apollo</groupId>
+            <artifactId>apollo-openapi</artifactId>
+        </dependency>
+
+
+        <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo</artifactId>
         </dependency>
diff --git a/pom.xml b/pom.xml
index b840374..2fb41e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
                <netty-version>4.1.30.Final</netty-version>
                <jacoco-version>0.8.2</jacoco-version>
                <jedis-version>2.9.0</jedis-version>
+        <apollo-version>1.1.2</apollo-version>
        </properties>
 
        <dependencyManagement>
@@ -79,6 +80,12 @@
                        </dependency>
 
                        <dependency>
+                               <groupId>com.ctrip.framework.apollo</groupId>
+                               <artifactId>apollo-openapi</artifactId>
+                               <version>${apollo-version}</version>
+                       </dependency>
+
+                       <dependency>
                                <groupId>org.apache.dubbo</groupId>
                                
<artifactId>dubbo-metadata-report-api</artifactId>
                 <version>${dubbo-version}</version>

Reply via email to