We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e845497 commit 0b50a84Copy full SHA for 0b50a84
pom.xml
@@ -115,7 +115,7 @@
115
<plugin>
116
<groupId>org.apache.maven.plugins</groupId>
117
<artifactId>maven-compiler-plugin</artifactId>
118
- <version>2.7.1</version>
+ <version>3.8.1</version>
119
<configuration>
120
<encoding>${project.build.sourceEncoding}</encoding>
121
<source>${java.version}</source>
@@ -355,6 +355,7 @@
355
<modules>
356
<module>org.eclipse.paho.client.mqttv3</module>
357
<module>org.eclipse.paho.client.mqttv3.repository</module>
358
+ <module>org.eclipse.paho.client.mqttv3.test</module>
359
<module>org.eclipse.paho.mqttv5.client</module>
360
<module>org.eclipse.paho.mqttv5.client.repository</module>
361
</modules>
0 commit comments