Skip to content

Commit 07604f3

Browse files
findepimartint
authored andcommitted
Provide version for jackson-dataformat-yaml
1 parent a12f6f6 commit 07604f3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Airbase 91
33
* Require package names not to contain uppercase letters nor underscores.
44
* Dependency updates:
55
- Jackson 2.9.8 (from 2.9.7)
6+
- Add jackson-dataformat-yaml 2.9.8
67
* Plugin updates:
78
- Sources 3.0.1 (from 2.2.1)
89

airbase/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,12 @@
11551155
<version>${dep.jackson.version}</version>
11561156
</dependency>
11571157

1158+
<dependency>
1159+
<groupId>com.fasterxml.jackson.dataformat</groupId>
1160+
<artifactId>jackson-dataformat-yaml</artifactId>
1161+
<version>${dep.jackson.version}</version>
1162+
</dependency>
1163+
11581164
<dependency>
11591165
<groupId>com.fasterxml.jackson.dataformat</groupId>
11601166
<artifactId>jackson-dataformat-smile</artifactId>

0 commit comments

Comments
 (0)