测试更新使用不同的仓库地址

This commit is contained in:
YuCheng Hu 2022-04-29 11:22:52 -04:00
parent ee0490a1f7
commit d2a51fab1a
1 changed files with 12 additions and 5 deletions

View File

@ -8,22 +8,29 @@
<packaging>pom</packaging>
<parent>
<artifactId>parent-modules</artifactId>
<groupId>com.ossez</groupId>
<artifactId>parent-modules</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../parent-java</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
<module>core-java-8</module>
<module>core-java-annotations</module>
<!-- <module>core-java-annotations</module>-->
<module>core-java-collections-list</module>
<module>core-java-datetime-conversion</module>
<module>core-java-io</module>
<!-- <module>core-java-datetime-conversion</module>-->
<!-- <module>core-java-io</module>-->
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit4.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>