[LIB-13] Locale resource settings
[chesshog-scanner.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d423cdc..08b52bd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.hedgecode.maven</groupId>
         <artifactId>lib-parent</artifactId>
-        <version>2</version>
+        <version>3</version>
         <relativePath>../lib-parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.hedgecode.chess</groupId>
     <artifactId>chesshog-scanner</artifactId>
     <version>0.1-SNAPSHOT</version>
-    <packaging>pom</packaging>
+    <packaging>jar</packaging>
 
     <name>Hedgecode ChessHog Scanner</name>
     <description>
@@ -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>