Skip to content

Commit

Permalink
build: added Paho client JAR in lib
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Martina <[email protected]>
  • Loading branch information
marcellorinaldo committed Dec 22, 2023
1 parent 5996e34 commit 3525ae1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target
/bin
/lib
.vscode
generated-sources/
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.kura.cloudconnection.sparkplug.mqtt.provider
Bundle-Version: 1.0.0.qualifier
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
Import-Package: com.google.protobuf;version="[3.0,4.0]",
com.google.gson;version="[2.7,3.0)",
org.eclipse.kura;version="[1.0,2.0)",
org.eclipse.kura.cloud;version="[1.1,2.0)",
org.eclipse.kura.cloudconnection;version="[1.0,1.1)",
Expand All @@ -27,4 +28,5 @@ Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/*.xml
Bundle-Vendor: Eclipse Kura
Bundle-License: Eclipse Public License v2.0
Bundle-ClassPath: .
Bundle-ClassPath: .,
lib/org.eclipse.paho.client.mqttv3-1.2.1.k2.jar
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ output.. = target/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
about.html
about.html,\
lib/
Binary file not shown.

0 comments on commit 3525ae1

Please sign in to comment.