Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit f36d4bf

Browse files
author
Mitch Talmadge
committed
Removed commons-codec dependency from pom.xml
1 parent 0fec771 commit f36d4bf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Emoji-Tools.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
<orderEntry type="library" name="Maven: org.python:jython-standalone:2.7.0" level="project" />
2222
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
2323
<orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
24-
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" />
2524
</component>
2625
</module>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<artifactId>commons-io</artifactId>
4848
<version>2.4</version>
4949
</dependency>
50-
<dependency>
51-
<groupId>commons-codec</groupId>
52-
<artifactId>commons-codec</artifactId>
53-
<version>1.9</version>
54-
</dependency>
5550
</dependencies>
5651

5752
</project>

0 commit comments

Comments
 (0)