Skip to content
Snippets Groups Projects
Commit e0bd048b authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

fix: remove log4j logging

parent 2be10194
No related branches found
No related tags found
No related merge requests found
Pipeline #307128 passed
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
/.project /.project
/.settings/ /.settings/
/bin/ /bin/
/.apt_generated/
/.apt_generated_tests/
1.
change identifier from 123.0 to textgrid:123.0 in all/the getRecord requests,
must be equal to the identifiers we get with the getIdentifiers() method
DONE
2.
implement sets (for the prootype :)
DONE
3.
implement resumption tokens (later)
DONE
4.
remove "yo" in class RecordDeliverer :-)
DONE
5.
DONE :D
6.
Fetch earliestTimestamp from ElasticSearch?
DONE
...@@ -69,16 +69,16 @@ ...@@ -69,16 +69,16 @@
<version>${junit.version}</version> <version>${junit.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <!-- <dependency> -->
<groupId>org.apache.logging.log4j</groupId> <!-- <groupId>org.apache.logging.log4j</groupId> -->
<artifactId>log4j-api</artifactId> <!-- <artifactId>log4j-api</artifactId> -->
<version>${log4j.version}</version> <!-- <version>${log4j.version}</version> -->
</dependency> <!-- </dependency> -->
<dependency> <!-- <dependency> -->
<groupId>org.apache.logging.log4j</groupId> <!-- <groupId>org.apache.logging.log4j</groupId> -->
<artifactId>log4j-core</artifactId> <!-- <artifactId>log4j-core</artifactId> -->
<version>${log4j.version}</version> <!-- <version>${log4j.version}</version> -->
</dependency> <!-- </dependency> -->
<dependency> <dependency>
<groupId>org.elasticsearch.client</groupId> <groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId> <artifactId>elasticsearch-rest-high-level-client</artifactId>
......
...@@ -3,3 +3,5 @@ ...@@ -3,3 +3,5 @@
/.settings/ /.settings/
/target/ /target/
/bin/ /bin/
/.apt_generated/
/.apt_generated_tests/
<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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
...@@ -11,27 +12,26 @@ ...@@ -11,27 +12,26 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version> <jdk.version>1.8</jdk.version>
<antlr-maven-plugin.version>3.2</antlr-maven-plugin.version> <antlr-maven-plugin.version>3.2</antlr-maven-plugin.version>
<antlr-runtime.version>3.2</antlr-runtime.version> <antlr-runtime.version>3.2</antlr-runtime.version>
<common.version>4.4.0</common.version> <common.version>4.4.0</common.version>
<cxf.version>3.3.13</cxf.version> <cxf.version>3.3.13</cxf.version>
<cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version> <cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version>
<elasticsearch.version>6.5.4</elasticsearch.version> <elasticsearch.version>6.5.4</elasticsearch.version>
<jaxb2-namespace-prefix.version>1.3</jaxb2-namespace-prefix.version> <jaxb2-namespace-prefix.version>1.3</jaxb2-namespace-prefix.version>
<jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version> <jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version>
<junit.version>4.13.1</junit.version> <junit.version>4.13.1</junit.version>
<json.version>20190722</json.version> <json.version>20190722</json.version>
<log4j.version>2.17.1</log4j.version> <maven-antrun-plugin.version>1.3</maven-antrun-plugin.version>
<maven-antrun-plugin.version>1.3</maven-antrun-plugin.version> <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> <maven-jaxb2-plugin.version>0.14.0</maven-jaxb2-plugin.version>
<maven-jaxb2-plugin.version>0.14.0</maven-jaxb2-plugin.version> <mets-mods-mapping.version>1.1.40</mets-mods-mapping.version>
<mets-mods-mapping.version>1.1.40</mets-mods-mapping.version> <package-info-maven-plugin.version>1.4.5</package-info-maven-plugin.version>
<package-info-maven-plugin.version>1.4.5</package-info-maven-plugin.version> <properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version>
<properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version> <rdf4j-repository-api.version>3.0.2</rdf4j-repository-api.version>
<rdf4j-repository-api.version>3.0.2</rdf4j-repository-api.version>
<spring.version>5.3.18</spring.version> <spring.version>5.3.18</spring.version>
<xstream.version>1.4.18</xstream.version> <xstream.version>1.4.18</xstream.version>
</properties> </properties>
<url>https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services</url> <url>https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services</url>
<scm> <scm>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<downloadJavadocs>true</downloadJavadocs> <downloadJavadocs>true</downloadJavadocs>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version> <version>${maven-deploy-plugin.version}</version>
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<module>oaipmh-webapp</module> <module>oaipmh-webapp</module>
</modules> </modules>
<repositories> <repositories>
<repository> <repository>
<id>maven-dariah-public</id> <id>maven-dariah-public</id>
<name>GWDG Nexus DARIAH-DE Repository</name> <name>GWDG Nexus DARIAH-DE Repository</name>
<url>https://nexus.gwdg.de/repository/maven-dariah-public/</url> <url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment