|
105 | 105 | </executions> |
106 | 106 | </plugin> |
107 | 107 | <plugin> |
| 108 | + <groupId>org.apache.maven.plugins</groupId> |
| 109 | + <artifactId>maven-surefire-plugin</artifactId> |
| 110 | + <version>3.0.0-M7</version> |
| 111 | + <configuration> |
| 112 | + <redirectTestOutputToFile>true</redirectTestOutputToFile> |
| 113 | + </configuration> |
| 114 | + <dependencies> |
| 115 | + <dependency> |
| 116 | + <groupId>org.apache.maven.surefire</groupId> |
| 117 | + <artifactId>surefire-junit47</artifactId> |
| 118 | + <version>3.0.0-M7</version> |
| 119 | + </dependency> |
| 120 | + </dependencies> |
| 121 | + </plugin> |
| 122 | + <!-- <plugin> |
108 | 123 | <groupId>org.apache.maven.plugins</groupId> |
109 | 124 | <artifactId>maven-surefire-plugin</artifactId> |
110 | 125 | <version>3.0.0-M5</version> |
|
114 | 129 | <argLine>${jacocoArgLine} -Xmx512m -Duser.country=US</argLine> |
115 | 130 | <rerunFailingTestsCount>3</rerunFailingTestsCount> |
116 | 131 | <systemProperties> |
117 | | - <property> |
118 | | - <name>java.util.logging.manager</name> |
119 | | - <value>org.apache.logging.log4j.jul.LogManager</value> |
120 | | - </property> |
121 | 132 | <property> |
122 | 133 | <name>log4j.configurationFile</name> |
123 | 134 | <value>src/test/resources/log4j2-dev.xml</value> |
124 | 135 | </property> |
125 | 136 | </systemProperties> |
126 | 137 | </configuration> |
127 | | - </plugin> |
128 | | - <plugin> |
| 138 | + </plugin> --> |
| 139 | + <!-- <plugin> |
129 | 140 | <groupId>org.jacoco</groupId> |
130 | 141 | <artifactId>jacoco-maven-plugin</artifactId> |
131 | 142 | <version>0.8.3</version> |
|
224 | 235 | </configuration> |
225 | 236 | </execution> |
226 | 237 | </executions> |
227 | | - </plugin> |
| 238 | + </plugin> --> |
228 | 239 |
|
229 | 240 | <plugin> |
230 | 241 | <groupId>org.springframework.boot</groupId> |
|
316 | 327 | <artifactId>joda-time</artifactId> |
317 | 328 | <version>2.10.14</version> |
318 | 329 | </dependency> |
319 | | - <dependency> |
320 | | - <groupId>junit</groupId> |
321 | | - <artifactId>junit</artifactId> |
322 | | - <version>4.13.2</version> |
323 | | - <scope>test</scope> |
324 | | - </dependency> |
325 | 330 | <dependency> |
326 | 331 | <groupId>org.apache.commons</groupId> |
327 | 332 | <artifactId>commons-compress</artifactId> |
|
378 | 383 | </dependencyManagement> |
379 | 384 |
|
380 | 385 | <dependencies> |
| 386 | + <dependency> |
| 387 | + <groupId>junit</groupId> |
| 388 | + <artifactId>junit</artifactId> |
| 389 | + <version>4.13.2</version> |
| 390 | + <scope>test</scope> |
| 391 | + </dependency> |
381 | 392 | <dependency> |
382 | 393 | <groupId>org.apache.logging.log4j</groupId> |
383 | 394 | <artifactId>log4j-core</artifactId> |
|
0 commit comments