Skip to content

Commit

Permalink
Merge pull request #42 from csowada/develop
Browse files Browse the repository at this point in the history
Revert dependencies for openHAB compatibility
  • Loading branch information
csowada authored Feb 1, 2025
2 parents a95abd5 + 133e690 commit d79f088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe.</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-core</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
<url>https://github.com/csowada/ebus</url>
<packaging>bundle</packaging>

Expand Down Expand Up @@ -314,14 +314,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>1.7.32</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.12.0</version>
<scope>provided</scope>
</dependency>

Expand All @@ -344,7 +344,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.9.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit d79f088

Please sign in to comment.