You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/09/10 14:18:19 UTC

[incubator-dubbo-ops] branch master updated: fix #106

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 34d1a39  fix #106
34d1a39 is described below

commit 34d1a390072dbf04ba2d6f5af1f7f9440c4f4fa7
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Mon Sep 10 22:18:02 2018 +0800

    fix #106
---
 dubbo-registry-simple/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dubbo-registry-simple/pom.xml b/dubbo-registry-simple/pom.xml
index 011aecd..6318fe7 100644
--- a/dubbo-registry-simple/pom.xml
+++ b/dubbo-registry-simple/pom.xml
@@ -38,6 +38,10 @@ limitations under the License.
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty</artifactId>
         </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>