From d1e7dd8c46dd30fab14e5e3aeef6369736a0fa63 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Wed, 16 Feb 2022 12:44:35 +0100
Subject: [PATCH] Add doc

---
 oaipmh-core/src/main/resources/oai_dc.xsd | 5 ++---
 pom.xml                                   | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/oaipmh-core/src/main/resources/oai_dc.xsd b/oaipmh-core/src/main/resources/oai_dc.xsd
index 695c5655..078fe6f8 100644
--- a/oaipmh-core/src/main/resources/oai_dc.xsd
+++ b/oaipmh-core/src/main/resources/oai_dc.xsd
@@ -13,9 +13,8 @@
         </documentation>
     </annotation>
 
-    <import namespace="http://purl.org/dc/elements/1.1/"
-        schemaLocation="./include/simpledc20021212.xsd"/>
-
+    <!-- Do we need this to be external for a reason? If not, just leave it so, that we can build independent of the remote server! -->
+    <import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="./include/simpledc20021212.xsd"/>
     <!--import namespace="http://purl.org/dc/elements/1.1/"
         schemaLocation="https://dublincore.org/schemas/xmls/simpledc20021212.xsd"/-->
 
diff --git a/pom.xml b/pom.xml
index 668813d6..5fd9cab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,6 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jdk.version>1.8</jdk.version>
-
         <antlr-maven-plugin.version>3.2</antlr-maven-plugin.version>
         <antlr-runtime.version>3.2</antlr-runtime.version>
         <common.version>4.2.0-SNAPSHOT</common.version>
-- 
GitLab