Skip to content

Commit

Permalink
[chromecast] Update API lib to 0.11.3 (openhab#7327)
Browse files Browse the repository at this point in the history
Fixes:
* Jackson version range resolution issues, so openhab#7258 can be undone (vitalidze/chromecast-java-api-v2#124)
* Logs IOE on debug instead of warning when disconnecting ("Got IOException while reading due to stream being closed (stop=true)")

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and LoungeFlyZ committed Jun 8, 2020
1 parent b45d431 commit 7f28406
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions bundles/org.openhab.binding.chromecast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,8 @@
<dependency>
<groupId>su.litvak.chromecast</groupId>
<artifactId>api-v2</artifactId>
<version>0.11.2</version>
<version>0.11.3</version>
<scope>compile</scope>
<exclusions>
<!-- To avoid intermittent Failure to find com.fasterxml.jackson:jackson-bom:pom:2.9.0.pr4-SNAPSHOT
in https://oss.sonatype.org/content/repositories/snapshots/
These dependencies are explicitly added below
-->
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 7f28406

Please sign in to comment.