Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <[email protected]>
  • Loading branch information
Seddik Yengui committed Oct 1, 2024
1 parent f10503c commit 04fec58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powsybl-ws-dependencies.version>2.15.0</powsybl-ws-dependencies.version>
<!-- FIXME: powsybl-ws-commons version is overridden. To be removed at next powsybl-ws-dependencies.version upgrade -->
<powsybl-ws-commons.version>1.15.0</powsybl-ws-commons.version>
</properties>

<build>
Expand Down Expand Up @@ -88,7 +90,7 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ws-commons</artifactId>
<version>1.15.0</version>
<version>${powsybl-ws-commons.version}</version>
</dependency>

<!-- imports -->
Expand Down

0 comments on commit 04fec58

Please sign in to comment.