Skip to content

Commit

Permalink
Update to gridsuite dependencies 28 (#22)
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 ef67e2f commit c7a55fb
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 @@ -42,7 +42,7 @@
</developers>

<properties>
<gridsuite-dependencies.version>26</gridsuite-dependencies.version>
<gridsuite-dependencies.version>28</gridsuite-dependencies.version>
<liquibase-hibernate-package>org.gridsuite.useradmin.server</liquibase-hibernate-package>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
package org.gridsuite.useradmin.server;

import com.powsybl.ws.commons.Utils;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
Expand All @@ -20,7 +19,6 @@
public class UserAdminApplication {

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

0 comments on commit c7a55fb

Please sign in to comment.