Skip to content

Commit

Permalink
remove hessian-lite of 2.6.x and use https://github.com/dubbo/hessian…
Browse files Browse the repository at this point in the history
…-lite  (#2073)

* remove hessian-lite
* add hessian-lite dependency to dependencies-bom/pom.xml
  • Loading branch information
lovepoem authored and ralf0131 committed Jul 15, 2018
1 parent e4ab908 commit 00bad2e
Show file tree
Hide file tree
Showing 115 changed files with 12 additions and 23,751 deletions.
3 changes: 2 additions & 1 deletion all/pom.xml
Expand Up @@ -29,6 +29,7 @@
<description>The all in one project of dubbo</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<hessian_lite_version>3.2.3</hessian_lite_version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -328,7 +329,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
<version>${hessian_lite_version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
5 changes: 4 additions & 1 deletion bom/pom.xml
Expand Up @@ -2,6 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<properties>
<hessian_lite_version>3.2.3</hessian_lite_version>
</properties>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down Expand Up @@ -281,7 +284,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
<version>${hessian_lite_version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
7 changes: 6 additions & 1 deletion dependencies-bom/pom.xml
Expand Up @@ -111,6 +111,7 @@

<jaxb_version>2.2.7</jaxb_version>
<activation_version>1.2.0</activation_version>
<hessian_lite_version>3.2.3</hessian_lite_version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -352,7 +353,11 @@
<artifactId>javax.activation</artifactId>
<version>${activation_version}</version>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>${hessian_lite_version}</version>
</dependency>
<!-- Test lib -->
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
28 changes: 0 additions & 28 deletions hessian-lite/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 00bad2e

Please sign in to comment.