xucaiqin před 1 rokem
rodič
revize
f4c0089aa7

+ 10 - 0
iot-module/iot-module-stream/iot-module-stream-biz/pom.xml

@@ -45,6 +45,12 @@
             <groupId>com.middle.platform</groupId>
             <artifactId>iot-starter-mybatis</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-starter-satoken</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
@@ -57,6 +63,10 @@
             <groupId>com.middle.platform</groupId>
             <artifactId>iot-module-manage-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-module-system-api</artifactId>
+        </dependency>
 
 
     </dependencies>