Skip to content

Commit 3a738cb

Browse files
committed
Fix ValidationToolTest fail (exit code 3) on CI
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
1 parent 9c37b56 commit 3a738cb

File tree

1 file changed

+5
-0
lines changed
  • loadflow/loadflow-validation

1 file changed

+5
-0
lines changed

loadflow/loadflow-validation/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,10 @@
104104
<artifactId>powsybl-tools-test</artifactId>
105105
<scope>test</scope>
106106
</dependency>
107+
<dependency>
108+
<groupId>${project.groupId}</groupId>
109+
<artifactId>powsybl-iidm-serde</artifactId>
110+
<scope>test</scope>
111+
</dependency>
107112
</dependencies>
108113
</project>

0 commit comments

Comments
 (0)