Browse Source

(JSON序列化依赖)

panzhilin 1 week ago
parent
commit
046d5bfd67
1 changed files with 6 additions and 0 deletions
  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>