Browse Source

add dependency jackson-dataformat-cbor

zhouhao 3 years ago
parent
commit
6b68990230
1 changed files with 5 additions and 0 deletions
  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>