Skip to content

Commit

Permalink
chore: Added raw MQTT cloud connection copy to distrib step
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Timeus <[email protected]>
  • Loading branch information
nicolatimeus committed Nov 20, 2024
1 parent ec0a4a4 commit 9a96ce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions kura/distrib/config/kura.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ org.eclipse.kura.wire.script.filter.version=1.6.0
org.eclipse.kura.wire.script.tools.feature.version=1.3.0
org.eclipse.kura.db.sqlite.feature.version=1.3.0
org.eclipse.kura.cloudconnection.sparkplug.mqtt.provider.feature.version=1.1.0
org.eclipse.kura.cloudconnection.raw.mqtt.provider.feature.version=1.6.0
6 changes: 6 additions & 0 deletions kura/distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2841,6 +2841,12 @@
<version>${org.eclipse.kura.cloudconnection.sparkplug.mqtt.provider.feature.version}</version>
<type>dp</type>
</artifactItem>
<artifactItem>
<groupId>org.eclipse.kura.feature</groupId>
<artifactId>org.eclipse.kura.cloudconnection.raw.mqtt.provider</artifactId>
<version>${org.eclipse.kura.cloudconnection.raw.mqtt.provider.feature.version}</version>
<type>dp</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
Expand Down

0 comments on commit 9a96ce9

Please sign in to comment.