|
@@ -9,7 +9,10 @@
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
|
<description>common依赖项</description>
|
|
<description>common依赖项</description>
|
|
|
-
|
|
|
|
|
|
|
+ <properties>
|
|
|
|
|
+ <maven.compiler.source>17</maven.compiler.source>
|
|
|
|
|
+ <maven.compiler.target>17</maven.compiler.target>
|
|
|
|
|
+ </properties>
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<!-- 核心模块 -->
|
|
<!-- 核心模块 -->
|