diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 408d386d83aa24f59340966b75d2e0b7b9378a2d..486d880fdf4058dba5ccf4214cf7a64ac58ea380 100644
--- a/oaipmh-core/pom.xml
+++ b/oaipmh-core/pom.xml
@@ -81,32 +81,17 @@
 			<artifactId>log4j</artifactId>
 			<version>1.2.14</version>
 		</dependency>
-		<dependency>
+		<!-- dependency>
 			<groupId>org.classicmayan.tools</groupId>
 			<artifactId>metsModsMapping</artifactId>
 			<version>1.0-SNAPSHOT</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-->
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-web</artifactId>
 			<version>${spring.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.cxf</groupId>
-			<artifactId>cxf-rt-transports-http</artifactId>
-			<version>${cxf.version}</version>
-		</dependency>
+
 		
 		
 		
@@ -183,12 +168,13 @@
 						<goals>
 							<goal>xjc</goal>
 						</goals>
-						<configuration>
+							<configuration>
 							<schemaFile>oai_dc.xsd</schemaFile>
 							<packageName>info.textgrid.middleware.oaidc</packageName>
 							<schemaDirectory>src/main/xsd</schemaDirectory>
 							<schemaIncludes>
 								<include>oai_dc.xsd</include>
+								<include>xml.xsd</include>
 							</schemaIncludes>
 							<generateDirectory>${project.build.directory}/generated-sources/xjc1</generateDirectory>
 							<staleFile>${project.build.directory}/jaxb2/.oaiDCSchemaXjcStaleFlag</staleFile>
diff --git a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
index 95f62914111292daab20cfd0a513cb7e94b510e6..f1244b9d094e3743573bdab724bbda10f821a712 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
@@ -223,7 +223,7 @@ public class OaiPmhTest {
    * @throws ParseException
    */
   @Test
-  //@Ignore
+  @Ignore
   public void testGetRequestGetRecordIDIOM() throws ParseException {
 
     record.setContributor(TGConstants.CONTRIBUTOR_LIST);