Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…re-server into lazy-loading-extension-attributes
  • Loading branch information
antoinebhs committed Sep 23, 2024
2 parents b8a52f0 + 1383639 commit 7c7cb3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions network-store-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-config-test</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions network-store-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent-ws</artifactId>
<version>15</version>
<version>20</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -50,7 +50,7 @@
<properties>
<sirocco.version>1.0</sirocco.version>

<powsybl-ws-dependencies.version>2.12.0</powsybl-ws-dependencies.version>
<powsybl-ws-dependencies.version>2.14.0</powsybl-ws-dependencies.version>
<!-- FIXME: powsybl-network-store modules'version is overloaded in the dependencies section.The overloads and this property below have to be removed at next powsybl-ws-dependencies.version upgrade -->
<powsybl-network-store.version>1.17.1</powsybl-network-store.version>

Expand Down

0 comments on commit 7c7cb3d

Please sign in to comment.