Skip to content

Commit

Permalink
Refactored and improved tests
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 Feb 23, 2023
1 parent 7d55685 commit 044fd76
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 604 deletions.
17 changes: 16 additions & 1 deletion transport/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
<artifactId>kapua-transport-mqtt</artifactId>

<dependencies>
<!-- -->
<!-- Implemented service interfaces -->
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-transport-api</artifactId>
</dependency>

<!-- -->
<!-- Internal dependencies -->
<dependency>
<groupId>org.eclipse.kapua</groupId>
Expand All @@ -40,18 +42,31 @@
<artifactId>kapua-translator-api</artifactId>
</dependency>

<!-- -->
<!-- External dependencies -->
<dependency>
<!-- Paho MQTT client -->
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</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>org.eclipse.kapua</groupId>
<artifactId>kapua-qa-markers</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 044fd76

Please sign in to comment.