From d1b6a13a58afa4e03f4d6cb0a62cd759ccf306f4 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期二, 04 三月 2025 10:06:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/main' --- ruoyi-common/ruoyi-common-wechat/pom.xml | 55 ++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 36 insertions(+), 19 deletions(-) diff --git a/ruoyi-common/ruoyi-common-wechat/pom.xml b/ruoyi-common/ruoyi-common-wechat/pom.xml index 4d61230..26ac86c 100644 --- a/ruoyi-common/ruoyi-common-wechat/pom.xml +++ b/ruoyi-common/ruoyi-common-wechat/pom.xml @@ -1,51 +1,68 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> <parent> - <groupId>com.xmzs</groupId> + <groupId>org.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>ruoyi-common-wechat</artifactId> - - <description> - ruoyi-common-wechat 寰俊鏈嶅姟 - </description> - + <version>1.0.0</version> + <description>ruoyi-common-wechat 寰俊鏈嶅姟</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> - <!-- emoji --> + <dependency> + <groupId>com.jfinal</groupId> + <artifactId>jfinal</artifactId> + <version>3.5</version> + </dependency> + <dependency> + <groupId>com.jfinal</groupId> + <artifactId>cos</artifactId> + <version>2017.5</version> + </dependency> + + <dependency> + <groupId>com.jfinal</groupId> + <artifactId>jfinal-undertow</artifactId> + <version>1.4</version> + </dependency> + + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>druid</artifactId> + <version>1.0.29</version> + </dependency> + <dependency> <groupId>com.vdurmont</groupId> <artifactId>emoji-java</artifactId> <version>3.2.0</version> </dependency> - - <!-- https://mvnrepository.com/artifact/javax.activation/activation --> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> </dependency> - - <!-- qq --> <dependency> <groupId>net.mamoe</groupId> <artifactId>mirai-core-jvm</artifactId> <version>2.16.0</version> </dependency> - <dependency> - <groupId>com.xmzs</groupId> + <groupId>org.ruoyi</groupId> <artifactId>ruoyi-common-json</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>1.2.31</version> + </dependency> </dependencies> - </project> -- Gitblit v1.9.3