瀏覽代碼

(JSON序列化依赖)

panzhilin 1 周之前
父節點
當前提交
046d5bfd67
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      alien-entity/pom.xml

+ 6 - 0
alien-entity/pom.xml

@@ -83,6 +83,12 @@
             <scope>compile</scope>
         </dependency>
 
+        <!-- Jackson for JSON deserialization -->
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>