We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12f6f6 commit 07604f3Copy full SHA for 07604f3
CHANGES.md
@@ -3,6 +3,7 @@ Airbase 91
3
* Require package names not to contain uppercase letters nor underscores.
4
* Dependency updates:
5
- Jackson 2.9.8 (from 2.9.7)
6
+ - Add jackson-dataformat-yaml 2.9.8
7
* Plugin updates:
8
- Sources 3.0.1 (from 2.2.1)
9
airbase/pom.xml
@@ -1155,6 +1155,12 @@
1155
<version>${dep.jackson.version}</version>
1156
</dependency>
1157
1158
+ <dependency>
1159
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
1160
+ <artifactId>jackson-dataformat-yaml</artifactId>
1161
+ <version>${dep.jackson.version}</version>
1162
+ </dependency>
1163
+
1164
<dependency>
1165
<groupId>com.fasterxml.jackson.dataformat</groupId>
1166
<artifactId>jackson-dataformat-smile</artifactId>
0 commit comments