更新 POM.xml 文件能够让构建顺利进行

This commit is contained in:
YuCheng Hu 2022-06-17 13:06:51 -04:00
parent f2200288e7
commit 173bb5ef7d
2 changed files with 4 additions and 6 deletions

View File

@ -8,10 +8,9 @@
<packaging>jar</packaging>
<parent>
<groupId>com.ossez</groupId>
<artifactId>parent-modules</artifactId>
<groupId>com.ossez.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -8,10 +8,9 @@
<packaging>jar</packaging>
<parent>
<groupId>com.ossez</groupId>
<artifactId>parent-modules</artifactId>
<groupId>com.ossez.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>