Skip to content

Commit

Permalink
Removed common-codec dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 31, 2020
1 parent 0c9fbc8 commit 85d31cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions fj-doc-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
<artifactId>fj-core</artifactId>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>

<!-- java core dependancies -->
<dependency>
<groupId>javax</groupId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@
<version>${fj-version}</version>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.13</version>
</dependency>

<dependency>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc-base</artifactId>
Expand Down

0 comments on commit 85d31cf

Please sign in to comment.