Explorar o código

(JSON序列化依赖)

panzhilin hai 1 semana
pai
achega
046d5bfd67
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>