Skip to content

Commit

Permalink
Bump core to 5.2.0-alpha-1 + use Junit5 from core
Browse files Browse the repository at this point in the history
  • Loading branch information
miovd committed Feb 28, 2023
1 parent f3eec19 commit cdb489d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@
<java.version>11</java.version>

<jafama.version>2.3.2</jafama.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<slf4jtoys.version>1.6.3</slf4jtoys.version>
<graphviz-builder.version>1.0.12</graphviz-builder.version>

<powsybl-core.version>5.1.0</powsybl-core.version>
<powsybl-core.version>5.2.0-alpha-1</powsybl-core.version>
</properties>

<build>
Expand Down Expand Up @@ -163,12 +162,6 @@
<artifactId>jimfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit cdb489d

Please sign in to comment.