diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml index f26a1e26bd47..8e8fa661fb59 100644 --- a/dubbo-all/pom.xml +++ b/dubbo-all/pom.xml @@ -318,6 +318,13 @@ compile true + + org.apache.dubbo + dubbo-serialization-protostuff + ${project.version} + compile + true + org.apache.dubbo dubbo-bootstrap @@ -431,6 +438,7 @@ org.apache.dubbo:dubbo-serialization-fst org.apache.dubbo:dubbo-serialization-kryo org.apache.dubbo:dubbo-serialization-jdk + org.apache.dubbo:dubbo-serialization-protostuff org.apache.dubbo:dubbo-bootstrap @@ -595,4 +603,4 @@ - \ No newline at end of file + diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml index 0bf81218d6aa..15c8ae84b5a9 100644 --- a/dubbo-bom/pom.xml +++ b/dubbo-bom/pom.xml @@ -278,6 +278,11 @@ dubbo-serialization-kryo ${project.version} + + org.apache.dubbo + dubbo-serialization-protostuff + ${project.version} + org.apache.dubbo dubbo-bootstrap diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml index 8a0738e62608..c95f748a7f26 100644 --- a/dubbo-dependencies-bom/pom.xml +++ b/dubbo-dependencies-bom/pom.xml @@ -98,6 +98,7 @@ 4.0.1 0.42 2.48-jdk-6 + 1.5.9 2.0 3.0.19.Final @@ -160,7 +161,7 @@ org.apache.httpcomponents httpcore - ${httpcore_version} + ${httpcore_version} com.alibaba @@ -267,6 +268,16 @@ fst ${fst_version} + + io.protostuff + protostuff-core + ${protostuff_version} + + + io.protostuff + protostuff-runtime + ${protostuff_version} + javax.ws.rs javax.ws.rs-api @@ -428,4 +439,4 @@ - \ No newline at end of file + diff --git a/dubbo-distribution/pom.xml b/dubbo-distribution/pom.xml index d8d53ecf2e30..4611320fab7c 100644 --- a/dubbo-distribution/pom.xml +++ b/dubbo-distribution/pom.xml @@ -235,6 +235,11 @@ dubbo-serialization-kryo ${project.version} + + org.apache.dubbo + dubbo-serialization-protostuff + ${project.version} + org.apache.dubbo dubbo @@ -309,4 +314,4 @@ - \ No newline at end of file + diff --git a/dubbo-serialization/dubbo-serialization-protostuff/pom.xml b/dubbo-serialization/dubbo-serialization-protostuff/pom.xml index 80b3769fc580..cd1b644000d0 100644 --- a/dubbo-serialization/dubbo-serialization-protostuff/pom.xml +++ b/dubbo-serialization/dubbo-serialization-protostuff/pom.xml @@ -32,7 +32,6 @@ limitations under the License. 1.5.9 - 2.6 @@ -51,11 +50,6 @@ limitations under the License. protostuff-runtime ${protostuff.version} - - - - -