[LIB-9] Modify ChessQRCodeWriterTest
[chesshog.git] / chesshog-format / pom.xml
index 86a1a3f..784b9d2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  ~ Copyright (c) 2018. Developed by Hedgecode.
+  ~ Copyright (c) 2018-2019. Developed by Hedgecode.
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
         Hedgecode ChessHog Format Module.
     </description>
 
-    <properties>
-        <chessHogVersion>0.1-SNAPSHOT</chessHogVersion>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.hedgecode.chess</groupId>
-            <artifactId>chesshog</artifactId>
-            <version>${chessHogVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.hedgecode.chess</groupId>
             <artifactId>chesshog-core</artifactId>
             <version>${chessHogVersion}</version>
         </dependency>