更新 junit 的版本 5.9.1

This commit is contained in:
YuCheng Hu 2022-10-17 16:38:24 -04:00
parent a6cdb28db7
commit 035d209bc1
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
4 changed files with 4 additions and 11 deletions

View File

@ -6,7 +6,6 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="rets-io-client (1)" />
<module name="rets-io-common" />
<module name="rets-io-client" />
</profile>

View File

@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -44,7 +44,7 @@
<url>https://repo.ossez.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<modules>
<module>rets-io-common</module>
<module>rets-io-client</module>
@ -121,13 +121,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.0</version>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.0</version>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
@ -187,7 +187,6 @@
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>