Skip to content

Commit

Permalink
powsybl ws-commons 1.8.0 (#376)
Browse files Browse the repository at this point in the history
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
  • Loading branch information
antoinebhs authored Jan 30, 2024
1 parent e9286e0 commit 7a7269f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 31 deletions.
2 changes: 0 additions & 2 deletions network-store-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>

<!-- runtime scope -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 0 additions & 2 deletions network-store-iidm-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion network-store-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
27 changes: 1 addition & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@

<properties>
<springboot.version>3.1.2</springboot.version>
<commons-lang3.version>3.9</commons-lang3.version>
<powsybl-dependencies.version>2023.4.1</powsybl-dependencies.version>
<powsybl-ws-commons.version>1.7.0</powsybl-ws-commons.version>
<slf4j.version>2.0.4</slf4j.version>
<logback.version>1.4.5</logback.version>
<powsybl-ws-commons.version>1.8.0</powsybl-ws-commons.version>
<sonar.coverage.jacoco.xmlReportPaths>
../network-store-client-distribution/target/site/jacoco-aggregate/jacoco.xml,
../../network-store-client-distribution/target/site/jacoco-aggregate/jacoco.xml,
Expand Down Expand Up @@ -87,34 +84,12 @@
<scope>import</scope>
</dependency>

<!-- Force compatible version with springboot 3 that is otherwise set by powsybl -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>

<!-- project specific dependencies (also overrides imports, but separate for clarity) -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ws-commons</artifactId>
<version>${powsybl-ws-commons.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7a7269f

Please sign in to comment.