131 lines
3.8 KiB
XML
131 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-modules</artifactId>
|
|
<version>${revision}</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>aibidding-system</artifactId>
|
|
|
|
<description>
|
|
system系统模块
|
|
</description>
|
|
|
|
<properties>
|
|
<httpclient.version>4.5.14</httpclient.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<!-- 通用工具-->
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-core</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-doc</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-mybatis</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-translation</artifactId>
|
|
</dependency>
|
|
|
|
<!-- OSS功能模块 -->
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-oss</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-log</artifactId>
|
|
</dependency>
|
|
|
|
<!-- excel-->
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-excel</artifactId>
|
|
</dependency>
|
|
|
|
<!-- SMS功能模块 -->
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-sms</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-tenant</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-security</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-web</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-idempotent</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-sensitive</artifactId>
|
|
</dependency>
|
|
|
|
<!-- SMS功能模块 -->
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-chat</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-wechat</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
|
<version>2.15.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpmime</artifactId>
|
|
<version>${httpclient.version}</version>
|
|
</dependency>
|
|
|
|
<!-- 支付功能模块 -->
|
|
<dependency>
|
|
<groupId>org.ruoyi</groupId>
|
|
<artifactId>aibidding-common-pay</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.ollama4j</groupId>
|
|
<artifactId>ollama4j</artifactId>
|
|
<version>1.0.79</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|