Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<jib.from.image>powsybl/java-dynawo:3.1.0</jib.from.image>
<liquibase-hibernate-package>org.gridsuite.loadflow.server</liquibase-hibernate-package>
<gridsuite-dependencies.version>44.1.0</gridsuite-dependencies.version>
<!-- TODO remove gridsuite-filter.version and computation.version when upgrading gridsuite dependencies -->

Check warning on line 49 in pom.xml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Complete the task associated to this "TODO" comment.

See more on https://sonarcloud.io/project/issues?id=org.gridsuite%3Aloadflow-server&issues=AZrorYY52d10Zlpu2mGk&open=AZrorYY52d10Zlpu2mGk&pullRequest=210
<gridsuite-filter.version>1.15.0</gridsuite-filter.version>
<gridsuite-computation.version>1.7.0</gridsuite-computation.version>
<!--
antlr4 from openloadflow conflicts ? Only on repository.count() method in this project..
[ERROR] org.gridsuite.loadflow.server.SupervisionControllerTest.testResultCount <<< ERROR!
Expand Down Expand Up @@ -122,6 +125,18 @@
<version>${antlr4.version}</version>
</dependency>
<!-- imports -->
<!-- FIXME: to be removed at next powsybl-ws-dependencies upgrade -->

Check warning on line 128 in pom.xml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Take the required action to fix the issue indicated by this "FIXME" comment.

See more on https://sonarcloud.io/project/issues?id=org.gridsuite%3Aloadflow-server&issues=AZrorYY52d10Zlpu2mGi&open=AZrorYY52d10Zlpu2mGi&pullRequest=210
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-computation</artifactId>
<version>${gridsuite-computation.version}</version>
</dependency>
<!-- FIXME: to be removed at next powsybl-ws-dependencies upgrade -->

Check warning on line 134 in pom.xml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Take the required action to fix the issue indicated by this "FIXME" comment.

See more on https://sonarcloud.io/project/issues?id=org.gridsuite%3Aloadflow-server&issues=AZrorYY52d10Zlpu2mGj&open=AZrorYY52d10Zlpu2mGj&pullRequest=210
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-filter</artifactId>
<version>${gridsuite-filter.version}</version>
</dependency>
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-dependencies</artifactId>
Expand Down