Skip to content

Commit 85d31cf

Browse files
committed
Removed common-codec dependancy
1 parent 0c9fbc8 commit 85d31cf

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

fj-doc-base/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<artifactId>fj-core</artifactId>
3333
</dependency>
3434

35-
<dependency>
36-
<groupId>commons-codec</groupId>
37-
<artifactId>commons-codec</artifactId>
38-
</dependency>
39-
4035
<!-- java core dependancies -->
4136
<dependency>
4237
<groupId>javax</groupId>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@
102102
<version>${fj-version}</version>
103103
</dependency>
104104

105-
<dependency>
106-
<groupId>commons-codec</groupId>
107-
<artifactId>commons-codec</artifactId>
108-
<version>1.13</version>
109-
</dependency>
110-
111105
<dependency>
112106
<groupId>org.fugerit.java</groupId>
113107
<artifactId>fj-doc-base</artifactId>

0 commit comments

Comments
 (0)