Skip to content

Commit

Permalink
Inline bluetooth binding classes to allow using this binding without …
Browse files Browse the repository at this point in the history
…bluetooth binding installed as a bundle
  • Loading branch information
seime committed Dec 18, 2024
1 parent 8ba56c9 commit 927d474
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.bluetooth</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>


Expand Down
2 changes: 0 additions & 2 deletions src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<feature name="openhab-binding-esphome" description="ESPHome Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-mdns</feature>

<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/${project.version}</bundle>
<bundle start-level="81">mvn:org.openhab.addons.bundles/no.seime.openhab.binding.esphome/${project.version}</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<feature>wrap</feature>
<bundle>mvn:com.google.protobuf/protobuf-java/4.29.1</bundle>
<bundle>mvn:org.openhab.addons.bundles/no.seime.openhab.binding.esphome/4.1.0-SNAPSHOT</bundle>
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/4.1.0-SNAPSHOT</bundle>
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.bluetooth/4.1.0</bundle>
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.2.1</bundle>
</feature>
</features>

0 comments on commit 927d474

Please sign in to comment.