Skip to content

Commit

Permalink
Override powsybl-ws-commons version to 1.15.0 (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Homer <etiennehomer@gmail.com>
  • Loading branch information
etiennehomer authored and Seddik Yengui committed Oct 21, 2024
1 parent c04599c commit a42bfb5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<to-string-verifier-version>1.4.8</to-string-verifier-version>
<native-buildtools.version>0.10.3</native-buildtools.version>
<db-util.version>1.0.5</db-util.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>

<profiles>
Expand Down Expand Up @@ -158,6 +160,14 @@

<dependencyManagement>
<dependencies>
<!-- overrides of imports -->
<!-- FIXME: powsybl-ws-commons version is overridden. To be removed at next powsybl-ws-dependencies.version upgrade -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ws-commons</artifactId>
<version>${powsybl-ws-commons.version}</version>
</dependency>

<!-- imports -->
<dependency>
<groupId>org.gridsuite</groupId>
Expand Down

0 comments on commit a42bfb5

Please sign in to comment.