From 5483effad4988211554f51cb4ceeead987e42153 Mon Sep 17 00:00:00 2001
From: shikong <919411476@qq.com>
Date: Wed, 9 Aug 2023 01:56:30 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=B5=B7=E6=89=8B=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
gb28181-service/pom.xml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gb28181-service/pom.xml b/gb28181-service/pom.xml
index 001172a..d7bd25a 100644
--- a/gb28181-service/pom.xml
+++ b/gb28181-service/pom.xml
@@ -32,6 +32,30 @@
dom4j
2.1.4
+
+
+
+ org.mapstruct
+ mapstruct
+
+
+ org.mapstruct
+ mapstruct-processor
+ compile
+
+
+
+
+ org.projectlombok
+ lombok
+ provided
+
+
+
+
+ cn.hutool
+ hutool-all
+