diff --git a/edu.cuny.citytech.refactoring.common.eval/.classpath b/edu.cuny.citytech.refactoring.common.eval/.classpath
index 9973587..f1f4da3 100644
--- a/edu.cuny.citytech.refactoring.common.eval/.classpath
+++ b/edu.cuny.citytech.refactoring.common.eval/.classpath
@@ -22,6 +22,11 @@
+
+
+
+
+
diff --git a/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF b/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF
index 7f8239d..159144b 100644
--- a/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF
+++ b/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF
@@ -7,7 +7,8 @@ Automatic-Module-Name: edu.cuny.citytech.refactoring.common.eval
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ClassPath: .,
lib/commons-csv-1.12.0.jar,
- lib/commons-io-2.17.0.jar
+ lib/commons-io-2.17.0.jar,
+ lib/commons-codec-1.17.1.jar
Require-Bundle: org.eclipse.core.commands
Export-Package: edu.cuny.citytech.refactoring.common.eval.handlers,
org.apache.commons.csv;version="1.12.0"
diff --git a/edu.cuny.citytech.refactoring.common.eval/build.properties b/edu.cuny.citytech.refactoring.common.eval/build.properties
index 3a09639..9fb7164 100644
--- a/edu.cuny.citytech.refactoring.common.eval/build.properties
+++ b/edu.cuny.citytech.refactoring.common.eval/build.properties
@@ -4,4 +4,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/,\
lib/commons-csv-1.12.0.jar,\
- lib/commons-io-2.17.0.jar
+ lib/commons-io-2.17.0.jar,\
+ lib/commons-codec-1.17.1.jar
diff --git a/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1-javadoc.jar b/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1-javadoc.jar
new file mode 100644
index 0000000..0dbd8f0
Binary files /dev/null and b/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1-javadoc.jar differ
diff --git a/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1-sources.jar b/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1-sources.jar
new file mode 100644
index 0000000..be95be4
Binary files /dev/null and b/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1-sources.jar differ
diff --git a/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1.jar b/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1.jar
new file mode 100644
index 0000000..5023670
Binary files /dev/null and b/edu.cuny.citytech.refactoring.common.eval/lib/commons-codec-1.17.1.jar differ