浏览代码

add dependency jackson-dataformat-cbor

zhouhao 3 年之前
父节点
当前提交
6b68990230
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      jetlinks-standalone/pom.xml

+ 5 - 0
jetlinks-standalone/pom.xml

@@ -53,6 +53,11 @@
     </build>
 
     <dependencies>
+
+        <dependency>
+            <groupId>com.fasterxml.jackson.dataformat</groupId>
+            <artifactId>jackson-dataformat-cbor</artifactId>
+        </dependency>
              
         <dependency>
             <groupId>com.github.ben-manes.caffeine</groupId>