Skip to content

Commit

Permalink
Added Apache Commons Codec as managed dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jan 2, 2021
1 parent f9e811f commit cab54e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<commons-text.version>1.9</commons-text.version>
<commons-cli.version>1.4</commons-cli.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.15</commons-codec.version>

<picocli.version>4.5.1</picocli.version>
<velocity-engine.version>2.2</velocity-engine.version>
Expand Down Expand Up @@ -150,6 +151,11 @@
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
Expand Down

0 comments on commit cab54e7

Please sign in to comment.