Skip to content

Commit

Permalink
Update to powsybl-ws-dependencies 2.6.0 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: sBouzols <sylvain.bouzols@gmail.com>
  • Loading branch information
sBouzols authored Nov 23, 2023
1 parent aadde99 commit fb9e119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<powsybl-ws-dependencies.version>2.5.0</powsybl-ws-dependencies.version>
<powsybl-ws-dependencies.version>2.6.0</powsybl-ws-dependencies.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
package com.powsybl.sld.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 SingleLineDiagramApplication {

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

0 comments on commit fb9e119

Please sign in to comment.