Skip to content

Commit

Permalink
upgrade directory-watcher
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed Dec 19, 2022
1 parent f32ef73 commit f9c374e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/compile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<dependency>
<groupId>org.openhab.osgiify</groupId>
<artifactId>io.methvin.directory-watcher</artifactId>
<version>0.15.1</version>
<version>0.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/karaf/openhab-core/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.config.dispatch/${project.version}</bundle>
<bundle start-level="75">mvn:org.openhab.core.bundles/org.openhab.core.config.xml/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core/${project.version}</bundle>
<bundle>mvn:org.openhab.osgiify/io.methvin.directory-watcher/0.15.1</bundle>
<bundle>mvn:org.openhab.osgiify/io.methvin.directory-watcher/0.17.1</bundle>
<bundle>mvn:net.java.dev.jna/jna/5.11.0</bundle>
<bundle>mvn:net.java.dev.jna/jna-platform/5.11.0</bundle>
<feature dependency="true">openhab-core-storage-json</feature>
Expand Down

0 comments on commit f9c374e

Please sign in to comment.