File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/gridsuite/shortcircuit/server Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 42
42
</developers >
43
43
44
44
<properties >
45
- <gridsuite-dependencies .version>27 </gridsuite-dependencies .version>
45
+ <gridsuite-dependencies .version>28 </gridsuite-dependencies .version>
46
46
<liquibase-hibernate-package >org.gridsuite.shortcircuit.server</liquibase-hibernate-package >
47
47
<mockito-inline .version>3.11.1</mockito-inline .version>
48
48
<assertj .version>3.24.2</assertj .version>
Original file line number Diff line number Diff line change 7
7
package org .gridsuite .shortcircuit .server ;
8
8
9
9
import com .powsybl .network .store .client .NetworkStoreService ;
10
- import com .powsybl .ws .commons .Utils ;
11
10
import org .springframework .boot .SpringApplication ;
12
11
import org .springframework .boot .autoconfigure .SpringBootApplication ;
13
12
import org .springframework .context .annotation .ComponentScan ;
21
20
public class ShortCircuitApplication {
22
21
23
22
public static void main (String [] args ) {
24
- Utils .initProperties ();
25
23
SpringApplication .run (ShortCircuitApplication .class , args );
26
24
}
27
25
}
You can’t perform that action at this time.
0 commit comments