Skip to content

Commit

Permalink
update to gridsuite-dependencies 34
Browse files Browse the repository at this point in the history
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
  • Loading branch information
antoinebhs committed Sep 25, 2024
1 parent d782730 commit 538d866
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<properties>
<jib.from.image>powsybl/java-dynawo:2.1.0</jib.from.image>
<liquibase-hibernate-package>org.gridsuite.loadflow.server</liquibase-hibernate-package>
<gridsuite-dependencies.version>33</gridsuite-dependencies.version>
<gridsuite-dependencies.version>34</gridsuite-dependencies.version>
<!--
antlr4 from openloadflow conflicts ? Only on repository.count() method in this project..
[ERROR] org.gridsuite.loadflow.server.SupervisionControllerTest.testResultCount <<< ERROR!
Expand All @@ -56,7 +56,6 @@
Caused by: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 4 (expected 3).
-->
<antlr4.version>4.10.1</antlr4.version>
<powsybl-network-store.version>1.17.1</powsybl-network-store.version>
</properties>

<build>
Expand Down Expand Up @@ -122,25 +121,14 @@
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-filter</artifactId>
<!-- FIXME: gridsuite-filter modules' version is overloaded in the dependencies section. The overloads and this property below have to be removed at next gridsuite-dependencies.version upgrade -->
<version>1.0.13</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-api</artifactId>
</dependency>

<!-- FIXME: to be removed at next powsybl-ws-dependencies upgrade -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-model</artifactId>
<version>${powsybl-network-store.version}</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-client</artifactId>
<!-- FIXME: powsybl-network-store modules' version is overloaded in the dependencies section. The overloads and this property below have to be removed at next gridsuite-dependencies.version upgrade -->
<version>${powsybl-network-store.version}</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
Expand Down Expand Up @@ -190,8 +178,6 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-iidm-impl</artifactId>
<!-- FIXME: powsybl-network-store modules' version is overloaded in the dependencies section. The overloads and this property below have to be removed at next gridsuite-dependencies.version upgrade -->
<version>${powsybl-network-store.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 538d866

Please sign in to comment.