chatapp3-java/maven_private/component-instant-message/1.5.12-RELEASES/component-instant-message-1.5.12-RELEASES.pom
2026-04-15 18:28:52 +08:00

42 lines
1.5 KiB
XML

<?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.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-instant-message</artifactId>
<version>1.5.12-RELEASES</version>
<description>即时通讯</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.tencentyun</groupId>
<artifactId>tls-sig-api-v2</artifactId>
<version>${tls-sig-api.version}</version>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencentcloud.version}</version>
</dependency>
<dependency>
<groupId>io.agora</groupId>
<artifactId>authentication</artifactId>
<version>${agora.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>