Skip to content

Commit

Permalink
Provide version for jackson-dataformat-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and martint committed Mar 17, 2019
1 parent a12f6f6 commit 07604f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Airbase 91
* Require package names not to contain uppercase letters nor underscores.
* Dependency updates:
- Jackson 2.9.8 (from 2.9.7)
- Add jackson-dataformat-yaml 2.9.8
* Plugin updates:
- Sources 3.0.1 (from 2.2.1)

Expand Down
6 changes: 6 additions & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,12 @@
<version>${dep.jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>${dep.jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
Expand Down

0 comments on commit 07604f3

Please sign in to comment.