Skip to content

Commit

Permalink
Fixed missing embedding of commons-text as it is a dependency of the …
Browse files Browse the repository at this point in the history
…api lib
  • Loading branch information
seime committed Jan 8, 2022
1 parent a041ccc commit 035b8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.groheondus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<name>openHAB Add-ons :: Bundles :: GROHE ONDUS Binding</name>

<properties>
<dep.noembedding>commons-text,commons-lang3</dep.noembedding>
<dep.noembedding>commons-lang3</dep.noembedding>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<feature name="openhab-binding-groheondus" description="GROHE ONDUS Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature prerequisite="true">wrap</feature>
<feature dependency="true">openhab.tp-jackson</feature>
<bundle dependency="true">mvn:org.apache.commons/commons-text/1.6</bundle>
<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.8.1</bundle>
<bundle dependency="true">wrap:mvn:org.apache.commons/commons-text/1.6</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.groheondus/${project.version}</bundle>
</feature>
</features>

0 comments on commit 035b8f9

Please sign in to comment.