Ver Fonte

add dependency jackson-dataformat-cbor

zhouhao há 3 anos atrás
pai
commit
6b68990230
1 ficheiros alterados com 5 adições e 0 exclusões
  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>