Skip to content

Commit 245bad6

Browse files
authored
Update README.md
1 parent c58f51c commit 245bad6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ The latest release version is ```1.2.5``` and the current snapshot version is ``
7070
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
7171
<version>%VERSION%</version>
7272
</dependency>
73-
<dependency>
74-
<groupId>org.eclipse.paho</groupId>
75-
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>
76-
<version>%VERSION%</version>
77-
</dependency>
7873
</dependencies>
7974
</project>
8075
```
@@ -91,7 +86,6 @@ This will build the client library without running the tests. The jars for the l
9186
```
9287
org.eclipse.paho.client.mqttv3/target
9388
org.eclipse.paho.mqttv5.client/target
94-
org.eclipse.paho.mqttv5.common/target
9589
```
9690

9791
## Documentation

0 commit comments

Comments
 (0)