Ver Fonte

game-common-redis

xufeng há 2 anos atrás
pai
commit
b870fd2423
2 ficheiros alterados com 20 adições e 0 exclusões
  1. 19 0
      game-module/game-common-redis/pom.xml
  2. 1 0
      game-module/pom.xml

+ 19 - 0
game-module/game-common-redis/pom.xml

@@ -0,0 +1,19 @@
+<?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>
+        <artifactId>game-module</artifactId>
+        <groupId>com.zanxiang.game</groupId>
+        <version>0.0.1-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>game-common-redis</artifactId>
+
+    <properties>
+        <maven.compiler.source>18</maven.compiler.source>
+        <maven.compiler.target>18</maven.compiler.target>
+    </properties>
+
+</project>

+ 1 - 0
game-module/pom.xml

@@ -15,6 +15,7 @@
         <module>game-manage</module>
         <module>game-sdk</module>
         <module>game-common</module>
+        <module>game-common-redis</module>
     </modules>
 
     <dependencies>