64 lines
2.3 KiB
XML
64 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Copyright (c) 2024 LangChat. TyCoding All Rights Reserved.
|
|
~
|
|
~ Licensed under the GNU Affero General Public License, Version 3 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ https://www.gnu.org/licenses/agpl-3.0.html
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
<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>
|
|
<groupId>cn.iocoder.cloud</groupId>
|
|
<artifactId>yudao-langchat-server</artifactId>
|
|
<version>2.3.0-jdk8-SNAPSHOT</version>
|
|
<description>芋道项目基础脚手架</description>
|
|
<url>https://github.com/YunaiV/ruoyi-vue-pro/yudao-langchat-server</url>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.dromara.x-file-storage</groupId>
|
|
<artifactId>x-file-storage-core</artifactId>
|
|
<version>2.2.1</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.iocoder.cloud</groupId>
|
|
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
|
|
<version>2.3.0-jdk8-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.iocoder.cloud</groupId>
|
|
<artifactId>yudao-spring-boot-starter-security</artifactId>
|
|
<version>2.3.0-jdk8-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.groovy</groupId>
|
|
<artifactId>groovy</artifactId>
|
|
<version>4.0.24</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<repositories>
|
|
<repository>
|
|
<id>huaweicloud</id>
|
|
<name>huawei</name>
|
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>aliyunmaven</id>
|
|
<name>aliyun</name>
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
</repository>
|
|
</repositories>
|
|
</project>
|