소스 검색

Merge remote-tracking branch 'origin/wip/customer/inform' into wip/customer/inform

# Conflicts:
#	smsb-customer-manager-app/pom.xml
linwenhua 3 년 전
부모
커밋
df38fa5cc5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      smsb-customer-manager-client/pom.xml

+ 4 - 0
smsb-customer-manager-client/pom.xml

@@ -53,6 +53,10 @@
             <artifactId>hibernate-validator</artifactId>
             <version>6.1.5.Final</version>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+        </dependency>
     </dependencies>
 
 </project>