52 lines
1.5 KiB
XML
52 lines
1.5 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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>rc-service-game</artifactId>
|
|
<packaging>pom</packaging>
|
|
<description>游戏服务</description>
|
|
|
|
<modules>
|
|
<module>game-fruit</module>
|
|
</modules>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>framework-cloud</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>common-business-core</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>common-business-dto</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.tencentcloudapi.cls</groupId>
|
|
<artifactId>tencentcloud-cls-logback-appender</artifactId>
|
|
<version>${tencentcloud-cls-logback-appender.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.micrometer</groupId>
|
|
<artifactId>micrometer-registry-prometheus</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<parent>
|
|
<artifactId>rc-dependencies</artifactId>
|
|
<groupId>com.red.circle</groupId>
|
|
<version>${revision}</version>
|
|
<relativePath>./../rc-dependencies/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
</project>
|