Skip to content

Commit

Permalink
update to powsybl-ws-dependencies 2.7.0 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: BOUHOURS Antoine <[email protected]>
  • Loading branch information
antoinebhs authored Feb 2, 2024
1 parent 33db709 commit bb75b25
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
</developers>

<properties>
<gridsuite-dependencies.version>28</gridsuite-dependencies.version>
<commons-lang3.version>3.9</commons-lang3.version>
<powsybl-ws-dependencies.version>2.7.0</powsybl-ws-dependencies.version>

<liquibase-hibernate-package>org.gridsuite.geodata.server</liquibase-hibernate-package>
</properties>
Expand Down Expand Up @@ -91,19 +90,14 @@

<!-- imports -->
<dependency>
<groupId>org.gridsuite</groupId>
<artifactId>gridsuite-dependencies</artifactId>
<version>${gridsuite-dependencies.version}</version>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ws-dependencies</artifactId>
<version>${powsybl-ws-dependencies.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- project specific dependencies -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit bb75b25

Please sign in to comment.