Skip to content

Commit

Permalink
Replace powsybl ws with gridsuite dependencies (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
  • Loading branch information
YenguiSeddik authored Sep 19, 2024
1 parent b16505a commit 77c0c5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</developers>

<properties>
<powsybl-ws-dependencies.version>2.14.0</powsybl-ws-dependencies.version>
<gridsuite-dependencies.version>33</gridsuite-dependencies.version>
</properties>

<build>
Expand Down Expand Up @@ -78,9 +78,9 @@

<!-- imports -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ws-dependencies</artifactId>
<version>${powsybl-ws-dependencies.version}</version>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-dependencies</artifactId>
<version>${gridsuite-dependencies.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 77c0c5f

Please sign in to comment.