diff --git a/.gitignore b/.gitignore index b0f9d4f0..9bcb046c 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,7 @@ hs_err_pid* ### locally stored files stored-question* +**/additional-triples/ **/error diff --git a/qanary_component-parent/pom.xml b/qanary_component-parent/pom.xml index ca22577d..0e4d676c 100644 --- a/qanary_component-parent/pom.xml +++ b/qanary_component-parent/pom.xml @@ -5,7 +5,7 @@ 4.0.0 eu.wdaqua.qanary qa.qanarycomponent-parent - 0.2.0 + 0.2.1 pom @@ -18,9 +18,9 @@ 17 2.7.12 [3.9.2,4.0.0) - [3.11.0,4.0.0) + [3.16.0,4.0.0) 5.8.2 - 1.7.0 + 1.8.0 2.9.0 diff --git a/qanary_pipeline-template/pom.xml b/qanary_pipeline-template/pom.xml index 24b74291..d18a9bb7 100644 --- a/qanary_pipeline-template/pom.xml +++ b/qanary_pipeline-template/pom.xml @@ -5,7 +5,7 @@ 4.0.0 qa.pipeline eu.wdaqua.qanary - 3.10.1 + 3.10.2 org.springframework.boot spring-boot-starter-parent @@ -14,7 +14,8 @@ 11 2.7.16 - [3.16.0,4.0.0) + [3.11.1,4.0.0) + [3.16.0,4.0.0) 1.4.13 qanary qanary-pipeline @@ -28,7 +29,13 @@ eu.wdaqua.qanary qa.commons - ${qanary.version} + ${qanary.commons.version} + + + eu.wdaqua.qanary + qa.component + ${qanary.component.version} + compile de.codecentric @@ -234,12 +241,6 @@ jaxb-api 2.3.1 - - eu.wdaqua.qanary - qa.component - 3.11.1 - compile -