From 429615c304035bf573297d69ce6a17e086e4f6fa Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 07 七月 2023 17:26:56 +0800 Subject: [PATCH] 文件管理,在线聊天,短信代码提交, --- ruoyi-admin/pom.xml | 36 +++++++++++++++++++++++++++--------- 1 files changed, 27 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index f7bf2a5..5308411 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -17,7 +17,7 @@ <dependencies> - <!-- spring-boot-devtools --> + <!-- spring-boot-devtools --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> @@ -61,12 +61,30 @@ <artifactId>ruoyi-generator</artifactId> </dependency> - <!-- 浠g爜鐢熸垚--> + <!-- 绯荤粺妯″潡--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>smartor</artifactId> + <version>3.8.5</version> + <scope>compile</scope> </dependency> - + <!-- https://mvnrepository.com/artifact/net.glxn.qrgen/javase --> + <dependency> + <groupId>net.glxn.qrgen</groupId> + <artifactId>javase</artifactId> + <version>2.0</version> + </dependency> + <!-- https://mvnrepository.com/artifact/net.glxn.qrgen/core --> + <dependency> + <groupId>net.glxn.qrgen</groupId> + <artifactId>core</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20210307</version> + </dependency> </dependencies> <build> @@ -86,15 +104,15 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>3.1.0</version> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>3.1.0</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> - </configuration> - </plugin> + </configuration> + </plugin> </plugins> <finalName>${project.artifactId}</finalName> </build> -- Gitblit v1.9.3