Skip to content

Commit

Permalink
Fixes #2136, replace hard coded hessian-lite version with mavne prope…
Browse files Browse the repository at this point in the history
…rty. (#2223)
  • Loading branch information
chickenlj authored and jerrick-zhu committed Aug 10, 2018
1 parent 1ea098e commit bbfcb41
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<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 @@ -329,7 +328,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>${hessian_lite_version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,6 @@
<artifactId>dubbo-serialization-kryo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>${hessian_lite_version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
1 change: 0 additions & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion dubbo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
1 change: 0 additions & 1 deletion dubbo-serialization/dubbo-serialization-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ limitations under the License.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion dubbo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down

0 comments on commit bbfcb41

Please sign in to comment.