diff --git a/converter-graphics/pom.xml b/converter-graphics/pom.xml
index b1986bd0c8dd698a4be0611846deecdb7b84c588..0fa32e7556eceeaa989c98447bf95526f33da546 100644
--- a/converter-graphics/pom.xml
+++ b/converter-graphics/pom.xml
@@ -1,38 +1,40 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>lcsb.mapviewer</groupId>
-    <artifactId>parent</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>converter-graphics</artifactId>
-  <name>MapViewer graphics converter</name>
-  <description>Converter that allows to transform model into graphic representation</description>
-  
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>lcsb.mapviewer</groupId>
+		<artifactId>parent</artifactId>
+		<version>1.0</version>
+	</parent>
+	<artifactId>converter-graphics</artifactId>
+	<name>MapViewer graphics converter</name>
+	<description>Converter that allows to transform model into graphic representation</description>
+
 	<dependencies>
-	
-	<!-- dependency from the MapViewer model -->
-	
+
+		<!-- dependency from the MapViewer model -->
+
 		<dependency>
-    	<groupId>lcsb.mapviewer</groupId>
-      <artifactId>model</artifactId>
-      <version>1.0</version>
-    </dependency>
-		
+			<groupId>lcsb.mapviewer</groupId>
+			<artifactId>model</artifactId>
+			<version>1.0</version>
+		</dependency>
+
 		<dependency>
-      <groupId>lcsb.mapviewer</groupId>
-      <artifactId>model-command</artifactId>
-      <version>1.0</version>
-    </dependency>
-		
-	<!-- Log4J -->
+			<groupId>lcsb.mapviewer</groupId>
+			<artifactId>model-command</artifactId>
+			<version>1.0</version>
+		</dependency>
+
+		<!-- Log4J -->
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
 			<version>${log4j.version}</version>
 		</dependency>
 
-	<!-- Library used for generating svg -->		
+		<!-- Library used for generating svg -->
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-rasterizer</artifactId>
@@ -43,8 +45,8 @@
 					<groupId>xml-apis</groupId>
 				</exclusion>
 			</exclusions>
- 		</dependency>
- 		
+		</dependency>
+
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-svggen</artifactId>
@@ -54,36 +56,44 @@
 					<artifactId>xml-apis</artifactId>
 					<groupId>xml-apis</groupId>
 				</exclusion>
+				<exclusion>
+					<groupId>commons-io</groupId>
+					<artifactId>commons-io</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>commons-logging</groupId>
+					<artifactId>commons-logging</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>
 
 
- 		<dependency>
+		<dependency>
 			<groupId>xml-apis</groupId>
 			<artifactId>xml-apis</artifactId>
 			<version>${xml-apis.version}</version>
 		</dependency>
-								
+
 		<dependency>
 			<groupId>org.mockito</groupId>
 			<artifactId>mockito-core</artifactId>
 			<version>${mockito.version}</version>
 			<scope>test</scope>
 		</dependency>
-		
-	<!-- iText library for generating pdf -->
+
+		<!-- iText library for generating pdf -->
 		<dependency>
 			<groupId>com.itextpdf</groupId>
 			<artifactId>itextpdf</artifactId>
 			<version>${itext.version}</version>
 		</dependency>
-		
+
 		<dependency>
 			<groupId>com.itextpdf</groupId>
 			<artifactId>itextpdf</artifactId>
 			<version>${itext.version}</version>
 		</dependency>
-		
+
 	</dependencies>
-  
+
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1398d959dd853e3f90d69e193ff68189401743dc..66df0de679c87429ff7916612fae538f2f2128ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,8 @@
 
 		<commons-cli.version>1.4</commons-cli.version>
 
+		<batik.version>1.10</batik.version>
+		<xml-apis.version>1.4.01</xml-apis.version>
 
 
 
@@ -50,7 +52,6 @@
 
 
 
-		<xml-apis.version>1.4.01</xml-apis.version>
 		
 		<primafaces.version>4.0</primafaces.version>
 		<primafaces.themes.version>1.0.8</primafaces.themes.version>
@@ -75,7 +76,6 @@
 		<commons-validator.version>1.4.0</commons-validator.version>
 		
 		
-		<batik.version>1.8</batik.version>
 
 		<jsbml.version>1.4</jsbml.version>