Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove hessian-lite of 2.6.x and use https://github.com/dubbo/hessian… #2090

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.

Loading