List available KorapTokenizerImplementation options for -T

Change-Id: I8e45410f67decb6b44fc9574dfe94c89b7abd0cc
diff --git a/pom.xml b/pom.xml
index b2be2d2..104c1e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
                         <path>
                             <groupId>info.picocli</groupId>
                             <artifactId>picocli-codegen</artifactId>
-                            <version>4.2.0</version>
+                            <version>4.5.0</version>
                         </path>
                     </annotationProcessorPaths>
                     <compilerArgs>
@@ -243,7 +243,7 @@
         <dependency>
             <groupId>info.picocli</groupId>
             <artifactId>picocli</artifactId>
-            <version>4.2.0</version>
+            <version>4.5.0</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/org.apache.opennlp/opennlp-tools -->
@@ -286,5 +286,10 @@
             <artifactId>jcp</artifactId>
             <version>7.0.4</version>
         </dependency>
+        <dependency>
+            <groupId>io.github.classgraph</groupId>
+            <artifactId>classgraph</artifactId>
+            <version>4.8.90</version>
+        </dependency>
     </dependencies>
 </project>