From 9f41c41fc1c60e572c137cd93a6b45b0e05f34e2 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 23 十二月 2025 14:48:26 +0800
Subject: [PATCH] 新增日志
---
tms/pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/tms/pom.xml b/tms/pom.xml
index 1f8cd95..f669ec1 100644
--- a/tms/pom.xml
+++ b/tms/pom.xml
@@ -25,6 +25,18 @@
<groupId>com.ruoyi</groupId>
<artifactId>system</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.amqp</groupId>
+ <artifactId>spring-amqp</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.amqp</groupId>
+ <artifactId>spring-rabbit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>service</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.8.0