|
@@ -429,7 +429,7 @@
|
|
<slf4j.version>1.7.25</slf4j.version>
|
|
<slf4j.version>1.7.25</slf4j.version>
|
|
<audience-annotations.version>0.5.0</audience-annotations.version>
|
|
<audience-annotations.version>0.5.0</audience-annotations.version>
|
|
<jmockit.version>1.48</jmockit.version>
|
|
<jmockit.version>1.48</jmockit.version>
|
|
- <junit.version>4.12</junit.version>
|
|
|
|
|
|
+ <junit.version>5.6.2</junit.version>
|
|
<log4j.version>1.2.17</log4j.version>
|
|
<log4j.version>1.2.17</log4j.version>
|
|
<mockito.version>2.27.0</mockito.version>
|
|
<mockito.version>2.27.0</mockito.version>
|
|
<hamcrest.version>1.3</hamcrest.version>
|
|
<hamcrest.version>1.3</hamcrest.version>
|
|
@@ -555,8 +555,13 @@
|
|
<version>${jmockit.version}</version>
|
|
<version>${jmockit.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>junit</groupId>
|
|
|
|
- <artifactId>junit</artifactId>
|
|
|
|
|
|
+ <groupId>org.junit.jupiter</groupId>
|
|
|
|
+ <artifactId>junit-jupiter-engine</artifactId>
|
|
|
|
+ <version>${junit.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.junit.vintage</groupId>
|
|
|
|
+ <artifactId>junit-vintage-engine</artifactId>
|
|
<version>${junit.version}</version>
|
|
<version>${junit.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -642,7 +647,6 @@
|
|
<showWarnings>true</showWarnings>
|
|
<showWarnings>true</showWarnings>
|
|
<compilerArgs>
|
|
<compilerArgs>
|
|
<compilerArg>-Werror</compilerArg>
|
|
<compilerArg>-Werror</compilerArg>
|
|
- <compilerArg>-Xlint:deprecation</compilerArg>
|
|
|
|
<compilerArg>-Xlint:unchecked</compilerArg>
|
|
<compilerArg>-Xlint:unchecked</compilerArg>
|
|
<compilerArg>-Xlint:-options</compilerArg>
|
|
<compilerArg>-Xlint:-options</compilerArg>
|
|
<compilerArg>-Xdoclint:-missing</compilerArg>
|
|
<compilerArg>-Xdoclint:-missing</compilerArg>
|