You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/04/01 03:42:01 UTC

[incubator-dubbo] branch master updated: Remove redundant dependence of third-party jar packages in dubbo-serialization-api modules (#3763)

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 90ffbc2  Remove redundant dependence of third-party jar packages in dubbo-serialization-api modules (#3763)
90ffbc2 is described below

commit 90ffbc2dddba5893a3dd84e38936cb92d2d1f7fc
Author: huazhongming <cr...@gmail.com>
AuthorDate: Mon Apr 1 11:41:55 2019 +0800

    Remove redundant dependence of third-party jar packages in dubbo-serialization-api modules (#3763)
---
 dubbo-serialization/dubbo-serialization-api/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml
index ec21732..2ac22b5 100644
--- a/dubbo-serialization/dubbo-serialization-api/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-api/pom.xml
@@ -35,25 +35,5 @@ limitations under the License.
             <artifactId>dubbo-common</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
-        <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>hessian-lite</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>fastjson</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.esotericsoftware</groupId>
-            <artifactId>kryo</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>de.javakaffee</groupId>
-            <artifactId>kryo-serializers</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>de.ruedigermoeller</groupId>
-            <artifactId>fst</artifactId>
-        </dependency>
     </dependencies>
 </project>
\ No newline at end of file