Upgrade Jackson to 2.12.2 (#10288)
* Adds a jackson.version property to simplify managing the version * Make sure the specified version is used as add-on dependency by excluding Jackson from transitive dependencies * Use openhab.tp-jackson feature with dynamodb * Remove jackson-dataformat-cbor dependency from features which is now also provided by the openhab.tp-jackson feature Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
<name>openHAB Add-ons :: Bundles :: iCalendar Binding</name>
|
||||
<properties>
|
||||
<dep.noembedding>jackson-core,jackson-annotations,jackson-databind</dep.noembedding>
|
||||
<jackson.version>2.10.3</jackson.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<!-- own dependencies -->
|
||||
@@ -20,6 +19,12 @@
|
||||
<artifactId>biweekly</artifactId>
|
||||
<version>0.6.4</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>*</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- dependencies of biweekly -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user