Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 29, 2022
1 parent d636b2b commit b8a5212
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -1095,6 +1095,13 @@ Copyright (c) 2012 - Jeremy Long
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.2.20220324</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
Expand All @@ -1103,7 +1110,7 @@ Copyright (c) 2012 - Jeremy Long
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<version>${jackson-afterburmer.version}</version>
</dependency>
</dependency-->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit b8a5212

Please sign in to comment.