Skip to content

Commit

Permalink
Update to powsybl-ws-dependencies 2.6.0 (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: sBouzols <[email protected]>
  • Loading branch information
sBouzols authored Nov 23, 2023
1 parent 421739f commit 7126f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<log4j2-mock-version>0.0.2</log4j2-mock-version>
<powsybl-ws-dependencies.version>2.5.0</powsybl-ws-dependencies.version>
<!-- FIXME: powsybl-network-store.version is overloaded in the dependencies section.The overload has to be removed at next powsybl-ws-dependencies.version upgrade -->
<powsybl-network-store.version>1.5.1</powsybl-network-store.version>
<powsybl-ws-dependencies.version>2.6.0</powsybl-ws-dependencies.version>
<testcontainers.version>1.16.2</testcontainers.version>
</properties>

Expand Down Expand Up @@ -110,20 +108,6 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-client</artifactId>
<!-- FIXME: to be removed at next powsybl-ws-dependencies upgrade -->
<version>${powsybl-network-store.version}</version>
</dependency>
<!-- FIXME: to be removed at next powsybl-ws-dependencies upgrade -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-iidm-impl</artifactId>
<version>${powsybl-network-store.version}</version>
</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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
package com.powsybl.network.conversion.server;

import com.powsybl.ws.commons.Utils;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

Expand All @@ -18,7 +17,6 @@
public class NetworkConversionApplication {

public static void main(String[] args) {
Utils.initProperties();
SpringApplication.run(NetworkConversionApplication.class, args);
}
}

0 comments on commit 7126f42

Please sign in to comment.