mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-30 00:50:48 +08:00
Support Java pojo arguments and return value.
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
<artifactId>msgpack-core</artifactId>
|
||||
<version>0.8.21</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.msgpack</groupId>
|
||||
<artifactId>jackson-dataformat-msgpack</artifactId>
|
||||
<version>0.8.21</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<resources>
|
||||
|
||||
Reference in New Issue
Block a user