File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/gridsuite/useradmin/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>26 </gridsuite-dependencies .version>
45
+ <gridsuite-dependencies .version>28 </gridsuite-dependencies .version>
46
46
<liquibase-hibernate-package >org.gridsuite.useradmin.server</liquibase-hibernate-package >
47
47
</properties >
48
48
Original file line number Diff line number Diff line change 6
6
*/
7
7
package org .gridsuite .useradmin .server ;
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
import org .springframework .boot .context .properties .EnableConfigurationProperties ;
20
19
public class UserAdminApplication {
21
20
22
21
public static void main (String [] args ) {
23
- Utils .initProperties ();
24
22
SpringApplication .run (UserAdminApplication .class , args );
25
23
}
26
24
}
You can’t perform that action at this time.
0 commit comments