Skip to content

Commit

Permalink
upgrade version of gridsuite-filter to 1.016 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
basseche authored Dec 16, 2024
1 parent f684034 commit 1da3840
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<liquibase-hibernate-package>org.gridsuite.modification.server</liquibase-hibernate-package>
<sonar.coverage.exclusions>**/migration/**/*</sonar.coverage.exclusions>
<network-modification.version>0.2.0</network-modification.version>
<!-- FIXME : Remove when gridsuite-dependencies.version are updated to include gridsuite-filter
version 1.0.16 or later -->
<filter.version>1.0.16</filter.version>

<!-- FIXME: powsybl-ws-commons module's version is overloaded in the dependencies section.The overloads and this property below have to be removed at next powsybl-ws-commons.version upgrade -->
<powsybl-ws-commons.version>1.18.0</powsybl-ws-commons.version>
</properties>
Expand Down Expand Up @@ -94,6 +98,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- FIXME : Remove this dependency when gridsuite-dependencies.version are updated to include gridsuite-filter
version ${filter.version} below or later -->
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-filter</artifactId>
<version>${filter.version}</version>
</dependency>

<!-- imports -->
<dependency>
Expand Down

0 comments on commit 1da3840

Please sign in to comment.