diff --git a/oaipmh-core/src/main/resources/oai_dc.xsd b/oaipmh-core/src/main/resources/oai_dc.xsd index 695c56550019c4ea4c839be6f5bcce2402e5b6c0..078fe6f84ec881283372fcba11cc8ce46390d7a8 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 668813d60b8a50c73d8f2081f28d97af12961b6a..5fd9cab3aa678d08cd600e6378a7b59c0d9908cd 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>