Skip to content

Commit

Permalink
backport addition of "blackbird" (new afterburner!) from master
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 23, 2020
1 parent eb5a05c commit 00639c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ of Jackson components maintained by FasterXML.com
<artifactId>jackson-module-afterburner</artifactId>
<version>${jackson.version.module}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-blackbird</artifactId>
<version>${jackson.version.module}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-guice</artifactId>
Expand Down

0 comments on commit 00639c7

Please sign in to comment.