From 1d42efe4cbd6b1028a28ff7f3ef2b3d721051c2f Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期四, 26 九月 2024 13:58:24 +0800 Subject: [PATCH] fix : 新增修改车数日志 --- pom.xml | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 32afc3d..8b1c7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,32 @@ <artifactId>signature</artifactId> <version>1.1.0.6</version> </dependency> + <dependency> + <groupId>org.eclipse.paho</groupId> + <artifactId>org.eclipse.paho.client.mqttv3</artifactId> + <version>1.0.2</version> + </dependency> + <dependency> + <groupId>com.github.xiaoymin</groupId> + <artifactId>knife4j-openapi3-spring-boot-starter</artifactId> + <version>4.0.0</version> + </dependency> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + <version>1.6.14</version> + </dependency> +<!-- <dependency>--> +<!-- <groupId>com.led</groupId>--> +<!-- <artifactId>show</artifactId>--> +<!-- <version>0.0.0.1</version>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>net.sf</groupId>--> +<!-- <artifactId>jni4net</artifactId>--> +<!-- <version>0.8.8.0</version>--> +<!-- </dependency>--> + </dependencies> <build> -- Gitblit v1.9.1