Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ranjan-Dasgupta <Ranjan.Dasgupta@us.ibm.com>
  • Loading branch information
rdasgupt committed Jul 14, 2020
1 parent 90d036b commit d7bfca6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.paho.mqttv5.client.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.eclipse.paho</groupId>
<artifactId>java-parent</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.5</version>
</parent>

<artifactId>org.eclipse.paho.mqttv5.client.repository</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.5</version>
<packaging>eclipse-repository</packaging>

<name>Paho P2 Repository</name>
Expand Down
1 change: 0 additions & 1 deletion org.eclipse.paho.mqttv5.client/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Bundle-SymbolicName: org.eclipse.paho.mqttv5.client
Bundle-Version: 1.2.5
Bundle-Localization: bundle
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.paho.mqttv5.common;bundle-version="1.2.5"
Export-Package: org.eclipse.paho.mqttv5.client;version="1.2.5"
Bundle-Vendor: Paho
Bundle-ActivationPolicy: lazy
Expand Down
17 changes: 1 addition & 16 deletions org.eclipse.paho.mqttv5.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
<name>org.eclipse.paho.mqttv5.client</name>
<packaging>eclipse-plugin</packaging>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -65,7 +57,6 @@

<!--
Submit code coverage report to coveralls.io
https://coveralls.io/github/ibm-watson-iot/iot-java
See: https://github.com/trautonen/coveralls-maven-plugin
-->
<plugin>
Expand Down Expand Up @@ -94,12 +85,6 @@
</dependencies>
</plugin>

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down Expand Up @@ -194,8 +179,8 @@ aven build itself.-->
</plugin>
</plugins>
</pluginManagement>

</build>
<version>1.2.5</version>
</project>


2 changes: 1 addition & 1 deletion org.eclipse.paho.sample.mqttclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.5</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit d7bfca6

Please sign in to comment.