Skip to content

Commit

Permalink
Merge branch 'main' into separate_computation_logs_from_modification_…
Browse files Browse the repository at this point in the history
…logs
  • Loading branch information
dbraquart committed Nov 23, 2023
2 parents 80d3110 + 6fc472f commit 10b6857
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 @@ -45,7 +45,7 @@
<jaxb-api.version>2.4.0-b180830.0359</jaxb-api.version>
<jaxb-runtime.version>2.4.0-b180830.0438</jaxb-runtime.version>
<jib.from.image>gridsuite/java-hades2:2.0.0</jib.from.image>
<gridsuite-dependencies.version>27</gridsuite-dependencies.version>
<gridsuite-dependencies.version>28</gridsuite-dependencies.version>
<liquibase-hibernate-package>org.gridsuite.sensitivityanalysis.server</liquibase-hibernate-package>
<mockito-inline.version>3.11.1</mockito-inline.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
package org.gridsuite.sensitivityanalysis.server;

import com.powsybl.network.store.client.NetworkStoreService;
import com.powsybl.ws.commons.Utils;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
Expand All @@ -21,7 +20,6 @@
public class SensitivityAnalysisApplication {

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

0 comments on commit 10b6857

Please sign in to comment.