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 +