Introduced a term collector based on matches; doesn't do anything meaningful yet, other than lifting the SLOC
diff --git a/pom.xml b/pom.xml
index 81ed84b..e07c7c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,15 @@
<version>1.0</version>
</dependency>
+ <!-- among others Base4 support -->
+ <!--
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.4</version>
+ </dependency>
+ -->
+
<!-- Jackson -->
<!-- see https://github.com/FasterXML/jackson-core -->
<!-- https://github.com/FasterXML/jackson-databind -->