Skip to content

Commit f30e10b

Browse files
authored
Merge pull request #625 from orpiske/fix-osgi-dependencies
Fix unavailable OSGI dependencies
2 parents 87e570b + 688470b commit f30e10b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • org.eclipse.paho.mqttv5.client

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
<dependency>
2727
<groupId>org.osgi</groupId>
2828
<artifactId>org.osgi.util.promise</artifactId>
29-
<version>1.1.0-SNAPSHOT</version>
29+
<version>1.1.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.osgi</groupId>
3333
<artifactId>org.osgi.util.function</artifactId>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.osgi</groupId>
3838
<artifactId>org.osgi.util.pushstream</artifactId>
39-
<version>1.0.0-SNAPSHOT</version>
39+
<version>1.0.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.eclipse.paho</groupId>

0 commit comments

Comments
 (0)