[LIB-13] Method scanUrl implementation for several scanners
[chesshog-scanner.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fb01884..08b52bd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
         <chessHogVersion>0.1-SNAPSHOT</chessHogVersion>
         <httpCoreVersion>4.4.11</httpCoreVersion>
         <httpClientVersion>4.5.9</httpClientVersion>
+        <commonsTextVersion>1.8</commonsTextVersion>
         <gsonVersion>2.8.0</gsonVersion>
         <junitVersion>4.12</junitVersion>
         <commonsConfigVersion>1.10</commonsConfigVersion>
             <version>${httpClientVersion}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-text</artifactId>
+            <version>${commonsTextVersion}</version>
+        </dependency>
+        <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
             <version>${gsonVersion}</version>