Tony CHEMIT pushed to branch develop-9.0.x at ultreiaio / ird-observe
Commits:
-
6a89943c
by Tony Chemit at 2023-03-13T18:51:11+01:00
2 changed files:
Changes:
| ... | ... | @@ -1286,6 +1286,18 @@ |
| 1286 | 1286 | </reportSet>
|
| 1287 | 1287 | </reportSets>
|
| 1288 | 1288 | </plugin>
|
| 1289 | + <plugin>
|
|
| 1290 | + <groupId>org.apache.maven.plugins</groupId>
|
|
| 1291 | + <artifactId>maven-surefire-report-plugin</artifactId>
|
|
| 1292 | + <version>${plugin.version.surefire}</version>
|
|
| 1293 | + <reportSets>
|
|
| 1294 | + <reportSet>
|
|
| 1295 | + <reports>
|
|
| 1296 | + <report>report-only</report>
|
|
| 1297 | + </reports>
|
|
| 1298 | + </reportSet>
|
|
| 1299 | + </reportSets>
|
|
| 1300 | + </plugin>
|
|
| 1289 | 1301 | </plugins>
|
| 1290 | 1302 | </reporting>
|
| 1291 | 1303 | </profile>
|
| ... | ... | @@ -63,6 +63,11 @@ |
| 63 | 63 | <groupId>org.apache.logging.log4j</groupId>
|
| 64 | 64 | <artifactId>log4j-api</artifactId>
|
| 65 | 65 | </dependency>
|
| 66 | + <dependency>
|
|
| 67 | + <groupId>io.ultreia.java4all.config</groupId>
|
|
| 68 | + <artifactId>config-api</artifactId>
|
|
| 69 | + <scope>test</scope>
|
|
| 70 | + </dependency>
|
|
| 66 | 71 | <dependency>
|
| 67 | 72 | <groupId>junit</groupId>
|
| 68 | 73 | <artifactId>junit</artifactId>
|