diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 92630d26f7f037c6845f278d8bd82ec9dbe04ba7..19958291c5e6c2fb88d61ec25b1d5d959cbaa2f0 100644
--- a/oaipmh-core/pom.xml
+++ b/oaipmh-core/pom.xml
@@ -38,27 +38,24 @@
 			<artifactId>cxf-rt-frontend-jaxws</artifactId>
 			<version>${cxf.version}</version>
 		</dependency>
-		<dependency> 
-			<groupId>org.apache.cxf</groupId> 
-			<artifactId>cxf-rt-transports-http</artifactId> 
-			<version>${cxf.version}</version> 
-	        </dependency>
-		<!--dependency>
+		<dependency>
+			<groupId>org.apache.cxf</groupId>
+			<artifactId>cxf-rt-transports-http</artifactId>
+			<version>${cxf.version}</version>
+		</dependency>
+		<dependency>
 			<groupId>javax.ws.rs</groupId>
 			<artifactId>jsr311-api</artifactId>
 			<version>1.0</version>
-		</dependency-->
+		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 			<version>${junit.version}</version>
 			<scope>test</scope>
 		</dependency>
-		<!--dependency>
-			<groupId>javax.xml.bind</groupId>
-			<artifactId>jaxb-api</artifactId>
-			<version>2.1</version>
-		</dependency-->
+		<!--dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> 
+			<version>2.1</version> </dependency -->
 		<dependency>
 			<groupId>org.elasticsearch</groupId>
 			<artifactId>elasticsearch</artifactId>
@@ -96,16 +93,10 @@
 			<artifactId>metsModsMapping</artifactId>
 			<version>1.0</version>
 		</dependency>
-		<!--dependency> 
-			<groupId>org.apache.jena</groupId> 
-			<artifactId>jena-core</artifactId> 
-			<version>3.4.0</version> 
-		</dependency--> 
-		<!-- dependency> 
-			<groupId>org.apache.jena</groupId> 
-			<artifactId>jena-arq</artifactId> 
-			<version>3.6.0</version>
-		</dependency-->
+		<!--dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-core</artifactId> 
+			<version>3.4.0</version> </dependency -->
+		<!-- dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-arq</artifactId> 
+			<version>3.6.0</version> </dependency -->
 
 	</dependencies>
 	<build>
@@ -170,29 +161,28 @@
 				</executions>
 			</plugin>
 			<plugin>
-<!-- We use this plugin to ensure that our usage of the
-maven-jaxb2-plugin is JDK 8 compatible in absence of a fix
-for https://java.net/jira/browse/MAVEN_JAXB2_PLUGIN-80. -->
-    <groupId>org.codehaus.mojo</groupId>
-    <artifactId>properties-maven-plugin</artifactId>
-    <version>1.0-alpha-2</version>
-    <executions>
-        <execution>
-            <id>set-additional-system-properties</id>
-            <goals>
-                <goal>set-system-properties</goal>
-            </goals>
-        </execution>
-    </executions>
-    <configuration>
-        <properties>
-            <property>
-                <name>javax.xml.accessExternalSchema</name>
-                <value>file,http</value>
-            </property>
-        </properties>
-    </configuration>
-</plugin>
+				<!-- We use this plugin to ensure that our usage of the maven-jaxb2-plugin 
+					is JDK 8 compatible in absence of a fix for https://java.net/jira/browse/MAVEN_JAXB2_PLUGIN-80. -->
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>properties-maven-plugin</artifactId>
+				<version>1.0-alpha-2</version>
+				<executions>
+					<execution>
+						<id>set-additional-system-properties</id>
+						<goals>
+							<goal>set-system-properties</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<properties>
+						<property>
+							<name>javax.xml.accessExternalSchema</name>
+							<value>file,http</value>
+						</property>
+					</properties>
+				</configuration>
+			</plugin>
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>jaxb2-maven-plugin</artifactId>