We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49bb01a + d7ca7b9 commit 5f37580Copy full SHA for 5f37580
pom.xml
@@ -47,7 +47,7 @@
47
</modules>
48
49
<properties>
50
- <base.version>4.4.0</base.version>
+ <base.version>4.4.1</base.version>
51
<revision>${base.version}</revision>
52
<java.version>11</java.version>
53
<mvn.clean.version>3.1.0</mvn.clean.version>
@@ -215,13 +215,6 @@
215
<artifactId>gson</artifactId>
216
<version>${google.gson.version}</version>
217
</dependency>
218
-
219
- <dependency>
220
- <groupId>org.eclipse.paho</groupId>
221
- <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
222
- <version>${paho.version}</version>
223
- </dependency>
224
225
<dependency>
226
<groupId>commons-net</groupId>
227
<artifactId>commons-net</artifactId>
0 commit comments