You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/08/09 09:51:48 UTC

[incubator-dubbo] branch master updated: Remove hessian-lite dependency from bom pom

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

liujun 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 3c5fe8b  Remove hessian-lite dependency from bom pom
3c5fe8b is described below

commit 3c5fe8bc9c5b10109fad29023fd3626db8f525a6
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Aug 9 17:51:28 2018 +0800

    Remove hessian-lite dependency from bom pom
---
 dubbo-bom/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index 96efb4a..6c20d30 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -288,11 +288,6 @@
                 <artifactId>dubbo-compatible</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>com.alibaba</groupId>
-                <artifactId>hessian-lite</artifactId>
-                <version>3.2.3</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>