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

jerrick pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new bbfcb41  Fixes #2136, replace hard coded hessian-lite version with 
mavne property. (#2223)
bbfcb41 is described below

commit bbfcb4124fad0380f9de5a2a7cba65958c2a90b0
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Fri Aug 10 10:59:44 2018 +0800

    Fixes #2136, replace hard coded hessian-lite version with mavne property. 
(#2223)
---
 all/pom.xml                                         | 2 --
 bom/pom.xml                                         | 5 -----
 distribution/pom.xml                                | 1 -
 dubbo-common/pom.xml                                | 1 -
 dubbo-serialization/dubbo-serialization-jdk/pom.xml | 1 -
 dubbo-test/pom.xml                                  | 1 -
 6 files changed, 11 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index afc1ed6..f277d3b 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -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>
@@ -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>
diff --git a/bom/pom.xml b/bom/pom.xml
index 66c14d4..3e34aba 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -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>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index b8590e7..7b33386 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -243,7 +243,6 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
         </dependency>
     </dependencies>
 
diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml
index a14dc32..2f3867b 100644
--- a/dubbo-common/pom.xml
+++ b/dubbo-common/pom.xml
@@ -50,7 +50,6 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml 
b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
index 2b0fd3a..527dbcf 100644
--- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml
@@ -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>
\ No newline at end of file
diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml
index 7505067..7d044d7 100644
--- a/dubbo-test/pom.xml
+++ b/dubbo-test/pom.xml
@@ -179,7 +179,6 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>hessian-lite</artifactId>
-            <version>3.2.3</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>

Reply via email to