Skip to content

Commit

Permalink
Override powsybl-ws-commons version to 1.15.0 (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <[email protected]>
  • Loading branch information
YenguiSeddik authored Oct 1, 2024
1 parent d9e86d9 commit 0f37092
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<gridsuite-dependencies.version>34</gridsuite-dependencies.version>
<string-template.version>4.3.1</string-template.version>
<liquibase-hibernate-package>org.gridsuite.filter.server</liquibase-hibernate-package>
<!-- FIXME: powsybl-ws-commons version is overridden. To be removed at next gridsuite-dependencies.version upgrade -->
<powsybl-ws-commons.version>1.15.0</powsybl-ws-commons.version>
</properties>

<build>
Expand Down Expand Up @@ -84,6 +86,12 @@
<dependencyManagement>
<dependencies>
<!-- overrides of imports -->
<!-- FIXME: powsybl-ws-commons version is overridden. To be removed at next gridsuite-dependencies.version upgrade -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ws-commons</artifactId>
<version>${powsybl-ws-commons.version}</version>
</dependency>

<!-- imports -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ powsybl:
powsybl-ws:
database:
name: filters

server:
# TODO in the near future do we need spring 3.2 "server.tomcat.max-http-response-header-size" ?
max-http-request-header-size: 64000

0 comments on commit 0f37092

Please sign in to comment.