File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/gridsuite/gateway 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>26 </gridsuite-dependencies .version>
45
+ <gridsuite-dependencies .version>28 </gridsuite-dependencies .version>
46
46
47
47
<nimbus-jose-jwt .version>8.14</nimbus-jose-jwt .version>
48
48
<oauth2-oidc-sdk .version>7.3</oauth2-oidc-sdk .version>
Original file line number Diff line number Diff line change 6
6
*/
7
7
package org .gridsuite .gateway ;
8
8
9
- import com .powsybl .ws .commons .Utils ;
10
9
import org .springframework .boot .SpringApplication ;
11
10
import org .springframework .boot .autoconfigure .SpringBootApplication ;
12
11
17
16
@ SpringBootApplication
18
17
public class GatewayApplication {
19
18
public static void main (String [] args ) {
20
- Utils .initProperties ();
21
19
SpringApplication .run (GatewayApplication .class , args );
22
20
}
23
21
}
You can’t perform that action at this time.
0 commit comments