182 lines
6.3 KiB
XML
182 lines
6.3 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>com.HuLa</groupId>
|
|
<artifactId>HuLa-IM-Server</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
|
|
<artifactId>hula-im-service</artifactId>
|
|
<description>HuLa-IM-服务模块</description>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.github.dozermapper</groupId>
|
|
<artifactId>dozer-spring-boot-starter</artifactId>
|
|
<version>6.5.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
</dependency>
|
|
|
|
<!--Alibaba oss 文件上传-->
|
|
<dependency>
|
|
<groupId>com.aliyun.oss</groupId>
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
|
<version>3.18.1</version>
|
|
</dependency>
|
|
<!--Alibaba sms 短信配置 -->
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
|
<version>1.1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>dyplsapi20170525</artifactId>
|
|
<version>2.0.1</version>
|
|
</dependency>
|
|
<!--腾讯云 cos 文件上传 -->
|
|
<dependency>
|
|
<groupId>com.qcloud</groupId>
|
|
<artifactId>cos_api</artifactId>
|
|
<version>5.6.97</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>dashscope-sdk-java</artifactId>
|
|
<version>2.11.0</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<groupId>org.slf4j</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<!-- 智谱清言sdk -->
|
|
<dependency>
|
|
<groupId>cn.bigmodel.openapi</groupId>
|
|
<artifactId>oapi-java-sdk</artifactId>
|
|
<version>release-V4-2.0.2</version>
|
|
</dependency>
|
|
<!-- 豆包 -->
|
|
<dependency>
|
|
<groupId>com.volcengine</groupId>
|
|
<artifactId>volcengine-java-sdk-ark-runtime</artifactId>
|
|
<version>0.1.151</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<groupId>org.slf4j</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>easyexcel-core</artifactId>
|
|
<version>4.0.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.HuLa</groupId>
|
|
<artifactId>hula-im-common-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.HuLa</groupId>
|
|
<artifactId>hula-im-transaction</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.HuLa</groupId>
|
|
<artifactId>hula-im-oss-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.HuLa</groupId>
|
|
<artifactId>hula-im-frequency-control</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.knuddels</groupId>
|
|
<artifactId>jtokkit</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>p6spy</groupId>
|
|
<artifactId>p6spy</artifactId>
|
|
</dependency>
|
|
<!-- 测试所需依赖 -->
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<!-- OkHttp -->
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
</dependency>
|
|
<!-- Okio -->
|
|
<dependency>
|
|
<groupId>com.squareup.okio</groupId>
|
|
<artifactId>okio</artifactId>
|
|
</dependency>
|
|
<!-- 集成邮箱服务 -->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
<version>${spring-boot.version}</version>
|
|
</dependency>
|
|
<!-- 七牛云依赖 -->
|
|
<dependency>
|
|
<groupId>com.qiniu</groupId>
|
|
<artifactId>qiniu-java-sdk</artifactId>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>okhttp</artifactId>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>${java.version}</source>
|
|
<target>${java.version}</target>
|
|
<!-- 处理@Cacheable不能直接使用对象参数名进行属性调用bug -->
|
|
<parameters>true</parameters>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<mainClass>com.hula.HuLaImServiceApplication</mainClass>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|