Skip to content

Commit

Permalink
Refactored TransportExceptionTest
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Aug 2, 2023
1 parent 0f8bd91 commit 6869085
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 401 deletions.
13 changes: 13 additions & 0 deletions transport/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>

<!-- -->
<!-- Test dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

This file was deleted.

0 comments on commit 6869085

Please sign in to comment.