mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
simplified the msgpack object using jackson-msgpack
This commit is contained in:
10
Main/pom.xml
10
Main/pom.xml
@@ -94,11 +94,11 @@
|
||||
<artifactId>msgpack-core</artifactId>
|
||||
<version>0.8.18</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.msgpack</groupId>-->
|
||||
<!-- <artifactId>msgpack</artifactId>-->
|
||||
<!-- <version>0.6.12</version>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.msgpack</groupId>
|
||||
<artifactId>jackson-dataformat-msgpack</artifactId>
|
||||
<version>0.8.18</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user