Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
dba73d2c
by Tony Chemit at 2023-03-13T18:51:27+01:00
2 changed files:
Changes:
| ... | ... | @@ -1283,6 +1283,18 @@ |
| 1283 | 1283 | </reportSet>
|
| 1284 | 1284 | </reportSets>
|
| 1285 | 1285 | </plugin>
|
| 1286 | + <plugin>
|
|
| 1287 | + <groupId>org.apache.maven.plugins</groupId>
|
|
| 1288 | + <artifactId>maven-surefire-report-plugin</artifactId>
|
|
| 1289 | + <version>${plugin.version.surefire}</version>
|
|
| 1290 | + <reportSets>
|
|
| 1291 | + <reportSet>
|
|
| 1292 | + <reports>
|
|
| 1293 | + <report>report-only</report>
|
|
| 1294 | + </reports>
|
|
| 1295 | + </reportSet>
|
|
| 1296 | + </reportSets>
|
|
| 1297 | + </plugin>
|
|
| 1286 | 1298 | </plugins>
|
| 1287 | 1299 | </reporting>
|
| 1288 | 1300 | </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>
|