[LIB-9] Add description for pom.xml and gitignore, LICENSE, NOTICE and README files
[chesshog.git] / chesshog-graphics / pom.xml
index 296bf2d..333741c 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 Graphics Module.
     </description>
 
+    <properties>
+        <transcoderVersion>1.11</transcoderVersion>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.hedgecode.chess</groupId>
             <artifactId>chesshog-format</artifactId>
             <version>${chessHogVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.xmlgraphics</groupId>
+            <artifactId>batik-transcoder</artifactId>
+            <version>${transcoderVersion}</version>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file