Skip to content

Commit 72d8bab

Browse files
authoredFeb 23, 2025
Merge branch 'openhab:main' into pythonscripting
2 parents 2e16040 + eb5e2c2 commit 72d8bab

File tree

1,064 files changed

+25449
-15971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,064 files changed

+25449
-15971
lines changed
 

‎CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
/bundles/org.openhab.binding.jablotron/ @octa22
185185
/bundles/org.openhab.binding.jeelink/ @vbier
186186
/bundles/org.openhab.binding.jellyfin/ @GiviMAD
187-
/bundles/org.openhab.binding.juicenet/ @jsjames
188187
/bundles/org.openhab.binding.kaleidescape/ @mlobstein
189188
/bundles/org.openhab.binding.keba/ @kgoderis
190189
/bundles/org.openhab.binding.km200/ @Markinus

‎bom/openhab-addons/pom.xml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
66

@@ -906,11 +906,6 @@
906906
<artifactId>org.openhab.binding.jellyfin</artifactId>
907907
<version>${project.version}</version>
908908
</dependency>
909-
<dependency>
910-
<groupId>org.openhab.addons.bundles</groupId>
911-
<artifactId>org.openhab.binding.juicenet</artifactId>
912-
<version>${project.version}</version>
913-
</dependency>
914909
<dependency>
915910
<groupId>org.openhab.addons.bundles</groupId>
916911
<artifactId>org.openhab.binding.kaleidescape</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.