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
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
<antlr4.version>4.10.1</antlr4.version>
<sonar.organization>gridsuite</sonar.organization>
<sonar.projectKey>org.gridsuite:loadflow-server</sonar.projectKey>
<!-- FIXME: to remove at next version of powsybl-ws-dependencies -->

Check warning on line 62 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=AZ5i7uZsF8CKQ7K0rhz3&open=AZ5i7uZsF8CKQ7K0rhz3&pullRequest=236
<powsybl-network-store.version>1.44.0</powsybl-network-store.version>
</properties>

<build>
Expand Down Expand Up @@ -93,6 +95,24 @@

<dependencyManagement>
<dependencies>
<!-- FIXME : to remove at next version of powsybl-ws-dependencies -->

Check warning on line 98 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=AZ5i7uZsF8CKQ7K0rhz4&open=AZ5i7uZsF8CKQ7K0rhz4&pullRequest=236
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-client</artifactId>
<version>${powsybl-network-store.version}</version>
</dependency>
<!-- FIXME : to remove at next version of powsybl-ws-dependencies -->

Check warning on line 104 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=AZ5i7uZsF8CKQ7K0rhz5&open=AZ5i7uZsF8CKQ7K0rhz5&pullRequest=236
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-iidm-impl</artifactId>
<version>${powsybl-network-store.version}</version>
</dependency>
<!-- FIXME : to remove at next version of powsybl-ws-dependencies -->

Check warning on line 110 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=AZ5i7uZsF8CKQ7K0rhz6&open=AZ5i7uZsF8CKQ7K0rhz6&pullRequest=236
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-model</artifactId>
<version>${powsybl-network-store.version}</version>
</dependency>
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-dependencies</artifactId>
Expand Down
Loading