Browse Source

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

# Conflicts:
#	smsb-customer-manager-app/pom.xml
linwenhua 3 năm trước cách đây
mục cha
commit
df38fa5cc5
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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>