Skip to content

Commit

Permalink
Update to gridsuite dependencies 28 (#86)
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 d1c6a7b commit 8d3960b
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>27</gridsuite-dependencies.version>
<gridsuite-dependencies.version>28</gridsuite-dependencies.version>
<string-template.version>4.3.1</string-template.version>
<commons-lang3.version>3.9</commons-lang3.version>
<liquibase-hibernate-package>org.gridsuite.actions.server</liquibase-hibernate-package>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
import com.powsybl.ws.commons.Utils;

/**
* @author Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
Expand All @@ -23,7 +22,6 @@
public class ActionsApplication {

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

Expand Down

0 comments on commit 8d3960b

Please sign in to comment.