|
@@ -3,7 +3,7 @@
|
|
|
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-center</artifactId>
|
|
|
+ <artifactId>game-module</artifactId>
|
|
|
<groupId>com.zanxiang.game</groupId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
</parent>
|
|
@@ -11,11 +11,6 @@
|
|
|
|
|
|
<artifactId>game-mybatis</artifactId>
|
|
|
|
|
|
- <properties>
|
|
|
- <maven.compiler.source>18</maven.compiler.source>
|
|
|
- <maven.compiler.target>18</maven.compiler.target>
|
|
|
- </properties>
|
|
|
-
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<artifactId>game-common</artifactId>
|