mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
CHANGED: switched to JUnit5
CHANGED: globalization tests
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -118,5 +118,15 @@
|
||||
<version>2.4.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-engine</artifactId>
|
||||
<version>5.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-library</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Reference in New Issue
Block a user