diff --git a/config/application-local.example.properties b/config/application-local.example.properties index 6c7b3f8..2f014cf 100644 --- a/config/application-local.example.properties +++ b/config/application-local.example.properties @@ -1,4 +1,4 @@ -# PDF Umbenenner Local Configuration Example +# PDF Umbenenner Local Configuration Example # AP-005: Copy this file to config/application.properties and adjust values for local development # Mandatory M1 properties @@ -18,4 +18,4 @@ runtime.lock.file=./work/local/lock.pid log.directory=./work/local/logs log.level=INFO # api.key can also be set via environment variable PDF_UMBENENNER_API_KEY -api.key=your-local-api-key-here +api.key=your-local-api-key-here \ No newline at end of file diff --git a/config/application-test.example.properties b/config/application-test.example.properties index 1eacd42..96f98ae 100644 --- a/config/application-test.example.properties +++ b/config/application-test.example.properties @@ -1,4 +1,4 @@ -# PDF Umbenenner Test Configuration Example +# PDF Umbenenner Test Configuration Example # AP-005: Copy this file to config/application.properties and adjust values for testing # Mandatory M1 properties @@ -18,4 +18,4 @@ runtime.lock.file=./work/test/lock.pid log.directory=./work/test/logs log.level=DEBUG # api.key can also be set via environment variable PDF_UMBENENNER_API_KEY -api.key=test-api-key-placeholder +api.key=test-api-key-placeholder \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8a260ce..3d095ab 100644 --- a/pom.xml +++ b/pom.xml @@ -1,145 +1,168 @@ - - 4.0.0 - de.gecheckt - pdf-umbenenner-parent - 0.0.1-SNAPSHOT - pom - - pdf-umbenenner-domain - pdf-umbenenner-application - pdf-umbenenner-adapter-in-cli - pdf-umbenenner-adapter-out - pdf-umbenenner-bootstrap - - - UTF-8 - 21 - 21 - 21 + + 4.0.0 + de.gecheckt + pdf-umbenenner-parent + 0.0.1-SNAPSHOT + pom + + pdf-umbenenner-domain + pdf-umbenenner-application + pdf-umbenenner-adapter-in-cli + pdf-umbenenner-adapter-out + pdf-umbenenner-bootstrap + + + UTF-8 + 21 + 21 + 21 - - 2.23.1 - 3.0.2 - 3.45.1.0 - 20240303 - 5.10.2 - 5.11.0 + + 2.23.1 + 3.0.2 + 3.45.1.0 + 20240303 + 5.10.2 + 5.11.0 - - 3.13.0 - 3.2.5 - 3.4.1 - 3.6.0 - + + 3.13.0 + 3.2.5 + 3.4.1 + 3.6.0 + 0.8.14 + - - - - - org.apache.logging.log4j - log4j-api - ${log4j.version} - - - org.apache.logging.log4j - log4j-core - ${log4j.version} - - - org.apache.logging.log4j - log4j-slf4j2-impl - ${log4j.version} - + + + + + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + org.apache.logging.log4j + log4j-slf4j2-impl + ${log4j.version} + - - - org.apache.pdfbox - pdfbox - ${pdfbox.version} - + + + org.apache.pdfbox + pdfbox + ${pdfbox.version} + - - - org.xerial - sqlite-jdbc - ${sqlite-jdbc.version} - + + + org.xerial + sqlite-jdbc + ${sqlite-jdbc.version} + - - - org.json - json - ${json.version} - + + + org.json + json + ${json.version} + - - - org.junit.jupiter - junit-jupiter - ${junit.version} - test - - - org.mockito - mockito-core - ${mockito.version} - test - - - org.mockito - mockito-junit-jupiter - ${mockito.version} - test - - - + + + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + org.mockito + mockito-junit-jupiter + ${mockito.version} + test + + + - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 21 - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - org.apache.maven.plugins - maven-enforcer-plugin - ${maven-enforcer-plugin.version} - - - enforce-java - - enforce - - - - - [3.9,) - - - [21,) - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - ${maven-shade-plugin.version} - - - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 21 + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + enforce-java + + enforce + + + + + [3.9,) + + + [21,) + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + + + + + org.jacoco + jacoco-maven-plugin + + + jacoco-prepare-agent + + prepare-agent + + + + + + \ No newline at end of file