From 72ba09f4055bcaadca22530929408a3fcd74ceee Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期三, 08 十二月 2021 14:35:13 +0800 Subject: [PATCH] 违章记录 --- xboot-modules/xboot-your/pom.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/xboot-modules/xboot-your/pom.xml b/xboot-modules/xboot-your/pom.xml index a8a42fd..4714278 100644 --- a/xboot-modules/xboot-your/pom.xml +++ b/xboot-modules/xboot-your/pom.xml @@ -11,5 +11,23 @@ <artifactId>xboot-your</artifactId> + <dependencies> + <dependency> + <groupId>com.hikvision.ga</groupId> + <artifactId>artemis-http-client</artifactId> + <version>1.1.2</version> + </dependency> + <dependency> + <groupId>org.eclipse.paho</groupId> + <artifactId>org.eclipse.paho.client.mqttv3</artifactId> + <version>1.2.0</version> + </dependency> + + <dependency> + <groupId>com.rabbitmq</groupId> + <artifactId>amqp-client</artifactId> + <version>5.7.0</version> + </dependency> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.1