Skip to content

Commit

Permalink
bump resteasy to 3.14.0.Final,
Browse files Browse the repository at this point in the history
dependencies clean up in the different pom

Signed-off-by: Nicolas Rol <[email protected]>
  • Loading branch information
rolnico committed Jul 25, 2023
1 parent 6db6fa6 commit 89b2379
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 30 deletions.
2 changes: 0 additions & 2 deletions afs-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
<dependency>
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit</artifactId>
<version>${cassandraunit.version}</version>

<scope>test</scope>
</dependency>
<dependency>
Expand Down
9 changes: 4 additions & 5 deletions afs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -110,18 +109,18 @@
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-tools-test</artifactId>
<version>${powsyblcore.version}</version>
<artifactId>powsybl-iidm-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-config-test</artifactId>
<artifactId>powsybl-tools-test</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<artifactId>powsybl-config-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 0 additions & 3 deletions afs-security-analysis-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-config-test</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -97,7 +95,6 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-test</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
28 changes: 10 additions & 18 deletions afs-security-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-config-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
Expand Down Expand Up @@ -96,24 +106,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-config-test</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-test</artifactId>
<version>${powsyblcore.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<mapdb.version>3.0.6</mapdb.version>
<maven.core.version>3.3.9</maven.core.version>
<mockito.version>3.8.0</mockito.version>
<resteasy.version>3.1.4.Final</resteasy.version>
<resteasy.version>3.14.0.Final</resteasy.version>
<shrinkwrap-resolver.version>2.2.6</shrinkwrap-resolver.version>
<slf4j.version>1.7.22</slf4j.version>
<springboot.version>2.2.13.RELEASE</springboot.version>
Expand Down Expand Up @@ -344,7 +344,6 @@
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit</artifactId>
<version>${cassandraunit.version}</version>

<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 89b2379

Please sign in to comment.