Skip to content

Commit 570ed6e

Browse files
authored
Update MQTTv5.md
1 parent 245bad6 commit 570ed6e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

MQTTv5.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ The latest release version is ```1.2.5``` and the current snapshot version is ``
2929
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
3030
<version>%VERSION%</version>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.eclipse.paho</groupId>
34-
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>
35-
<version>%VERSION%</version>
36-
</dependency>
3732
</dependencies>
3833
</project>
3934
@@ -47,7 +42,7 @@ There are two active branches on the Paho Java git repository, ```master``` whic
4742

4843
To then build the library run the following maven command: ```mvn package -DskipTests```
4944

50-
This will build the client library without running the tests. The jars for the library, source and javadoc can be found in the ```org.eclipse.paho.mqttv5.client/target``` and ```org.eclipse.paho.mqttv5.common/target``` directories.
45+
This will build the client library without running the tests. The jars for the library, source and javadoc can be found in the ```org.eclipse.paho.mqttv5.client/target``` directory.
5146

5247
## Documentation
5348
Reference documentation is online at: [http://www.eclipse.org/paho/files/javadoc/index.html](http://www.eclipse.org/paho/files/javadoc/index.html)

0 commit comments

Comments
 (0)