From 29da78fa8a8e3f8112147dd2b7cb3fe548969198 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期六, 18 十一月 2023 10:17:56 +0800
Subject: [PATCH] application-database.yml分成两个文件:application-database-ym.yml、application-database-pj.yml

---
 pipIrr-platform/pom.xml |   36 ++++++++++++++++++++++++++++++++----
 1 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/pipIrr-platform/pom.xml b/pipIrr-platform/pom.xml
index 930c1ec..9479a41 100644
--- a/pipIrr-platform/pom.xml
+++ b/pipIrr-platform/pom.xml
@@ -138,15 +138,11 @@
                 <groupId>org.springdoc</groupId>
                 <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
                 <version>2.2.0</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.springdoc</groupId>
                 <artifactId>springdoc-openapi-security</artifactId>
                 <version>1.7.0</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
 
 
@@ -243,6 +239,38 @@
                 <scope>import</scope>
             </dependency>
 
+            <!-- apache mina -->
+            <dependency>
+                <groupId>org.apache.mina</groupId>
+                <artifactId>mina-core</artifactId>
+                <version>2.2.1</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.mina</groupId>
+                <artifactId>mina-filter-compression</artifactId>
+                <version>2.2.1</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
+            <!-- quartz -->
+            <dependency>
+                <groupId>org.quartz-scheduler</groupId>
+                <artifactId>quartz</artifactId>
+                <version>2.1.7</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
+            <!-- quartz -->
+            <dependency>
+                <groupId>org.apache.rocketmq</groupId>
+                <artifactId>rocketmq-client</artifactId>
+                <version>4.9.7</version>
+            </dependency>
+
             <!-- 娴嬭瘯 -->
             <dependency>
                 <groupId>org.springframework.boot</groupId>

--
Gitblit v1.8.0