mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Add jackson-datatype-jdk8 bundle to Jackson feature (#4943)
It is required by the Jinja transformation. Because it uses the same version of OHC and is missing in the feature, it needs to be manually uploaded each time Jackson is upgraded. Fixes #4399 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1007,6 +1007,12 @@
|
||||
<version>${jackson.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jdk8</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user