Skip to content

Commit c78e6a5

Browse files
Ranjan-DasguptaRanjan-Dasgupta
authored andcommitted
Fix build break
Signed-off-by: Ranjan-Dasgupta <Ranjan.Dasgupta@us.ibm.com>
1 parent 1aa7a12 commit c78e6a5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

org.eclipse.paho.client.mqttv3/src/main/java-templates/org/eclipse/paho/client/mqttv3/internal/ClientComms.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public class ClientComms {
9393
* @param persistence the {@link MqttClientPersistence} layer.
9494
* @param pingSender the {@link MqttPingSender}
9595
* @param executorService the {@link ExecutorService}
96+
* @param highResolutionTimer User specified high resolution timer
9697
* @throws MqttException if an exception occurs whilst communicating with the server
9798
*/
9899
public ClientComms(IMqttAsyncClient client, MqttClientPersistence persistence, MqttPingSender pingSender,

org.eclipse.paho.mqttv5.client/META-INF/MANIFEST.MF

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.paho.mqttv5.client
55
Bundle-Version: 1.2.5
66
Bundle-Localization: bundle
7-
Export-Package: org.eclipse.paho.mqttv5.client;version="1.2.5"
7+
Export-Package: org.eclipse.paho.mqttv5.client;version="1.2.5",
8+
org.eclipse.paho.mqttv3.client.logging;version="1.2.5",
9+
org.eclipse.paho.mqttv3.client.persist;version="1.2.5",
10+
org.eclipse.paho.mqttv3.client.util;version="1.2.5"
811
Bundle-Vendor: %bundle.provider
912
Bundle-ActivationPolicy: lazy
1013
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

org.eclipse.paho.mqttv5.client/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
1414
<name>org.eclipse.paho.mqttv5.client</name>
15-
<packaging>eclipse-plugin</packaging>
1615

1716
<dependencies>
1817
<dependency>

org.eclipse.paho.mqttv5.common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>
1414
<name>org.eclipse.paho.mqttv5.common</name>
15-
<packaging>eclipse-plugin</packaging>
1615

1716
<dependencies>
1817
<dependency>

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@
357357
<module>org.eclipse.paho.mqttv5.common</module>
358358
<module>org.eclipse.paho.mqttv5.client</module>
359359
<module>org.eclipse.paho.mqttv5.client.test</module>
360-
<module>org.eclipse.paho.mqttv5.client.repository</module>
361-
<module>org.eclipse.paho.mqttv5.common.repository</module>
362360
</modules>
363361
</project>
364362

0 commit comments

Comments
 (0)