Commit 616035c4 authored by minminyan's avatar minminyan

修复motan序列化时不能使用bigdecimal的bug

parent c8c2ae71
...@@ -224,8 +224,17 @@ ...@@ -224,8 +224,17 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>hession-bugfix</artifactId>
<version>4.0.38</version>
</dependency>
<dependency> <dependency>
<groupId>com.weibo</groupId> <groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId> <artifactId>motan-transport-netty</artifactId>
......
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