File tree Expand file tree Collapse file tree
src/main/java/info/unterrainer/commons/mqttclient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
42
53 <parent >
64 <groupId >info.unterrainer.commons</groupId >
1715
1816 <modelVersion >4.0.0</modelVersion >
1917 <artifactId >mqtt-client</artifactId >
20- <version >0.1.5 </version >
18+ <version >0.1.7 </version >
2119 <name >MqttClient</name >
2220 <packaging >jar</packaging >
2321
3028 <dependency >
3129 <groupId >info.unterrainer.commons</groupId >
3230 <artifactId >serialization</artifactId >
33- <version >0.2.1 </version >
31+ <version >0.2.3 </version >
3432 </dependency >
3533 <dependency >
3634 <groupId >org.eclipse.paho</groupId >
3937 </dependency >
4038 </dependencies >
4139
42- </project >
40+ </project >
Original file line number Diff line number Diff line change 88import org .eclipse .paho .client .mqttv3 .MqttMessage ;
99import org .eclipse .paho .client .mqttv3 .MqttPersistenceException ;
1010
11- import info .unterrainer .commons .serialization .JsonMapper ;
11+ import info .unterrainer .commons .serialization .jsonmapper . JsonMapper ;
1212import lombok .Getter ;
1313import lombok .extern .slf4j .Slf4j ;
1414
You can’t perform that action at this time.
0 commit comments