Browse Source

证书信息导入模板对象

wangxx 1 month ago
parent
commit
5b6d1091c4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      airport-quartz/pom.xml

+ 4 - 0
airport-quartz/pom.xml

@@ -42,6 +42,10 @@
42 42
             <groupId>com.sundot.airport</groupId>
43 43
             <artifactId>airport-exam</artifactId>
44 44
         </dependency>
45
+        <dependency>
46
+            <groupId>com.sundot.airport</groupId>
47
+            <artifactId>airport-ledger</artifactId>
48
+        </dependency>
45 49
 
46 50
     </dependencies>
47 51