MQTT: Fix deprecations; add test

Polishing - PR Comments

Polishing - PR Comments.

* Fix Copyright and `@since` in the affected classes
This commit is contained in:
Gary Russell
2018-07-12 13:27:53 -04:00
committed by Artem Bilan
parent f8479dd0d1
commit 5ec932ef0a
4 changed files with 184 additions and 0 deletions

View File

@@ -145,6 +145,28 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>jackson-module-kotlin</artifactId>
<groupId>com.fasterxml.jackson.module</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>jackson-module-kotlin</artifactId>
<groupId>com.fasterxml.jackson.module</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<repositories>
<repository>