Commit f2781612 authored by liaozan's avatar liaozan 🏀

Move back dubbo-serialization-fastjson2

parent 015f465a
...@@ -70,13 +70,17 @@ ...@@ -70,13 +70,17 @@
<groupId>org.apache.dubbo</groupId> <groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-zookeeper</artifactId> <artifactId>dubbo-registry-zookeeper</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metadata-report-zookeeper</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.dubbo</groupId> <groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-serialization-hessian2</artifactId> <artifactId>dubbo-serialization-hessian2</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.dubbo</groupId> <groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metadata-report-zookeeper</artifactId> <artifactId>dubbo-serialization-fastjson2</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment