We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58f51c commit 245bad6Copy full SHA for 245bad6
README.md
@@ -70,11 +70,6 @@ The latest release version is ```1.2.5``` and the current snapshot version is ``
70
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
71
<version>%VERSION%</version>
72
</dependency>
73
- <dependency>
74
- <groupId>org.eclipse.paho</groupId>
75
- <artifactId>org.eclipse.paho.mqttv5.common</artifactId>
76
- <version>%VERSION%</version>
77
- </dependency>
78
</dependencies>
79
</project>
80
```
@@ -91,7 +86,6 @@ This will build the client library without running the tests. The jars for the l
91
86
92
87
org.eclipse.paho.client.mqttv3/target
93
88
org.eclipse.paho.mqttv5.client/target
94
-org.eclipse.paho.mqttv5.common/target
95
89
96
90
97
## Documentation
0 commit comments