From e80650afda03b9b045aedb3e7291b1e1d7fe1381 Mon Sep 17 00:00:00 2001 From: Andreas Both Date: Thu, 12 Oct 2023 11:21:03 +0200 Subject: [PATCH] Revert "Component build fix (#316)" (#317) This reverts commit 78514dd5ce43fbdb8e4e22261730f90b1b91be07. --- pom.xml | 2 -- qanary-component-QB-DateOfDeathDBpedia/pom.xml | 2 +- ...erviceQueryBuilderDateOfDeathDBpediaControllerTest.java | 7 +------ 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 7e14136d3..e3dd7bb28 100644 --- a/pom.xml +++ b/pom.xml @@ -78,8 +78,6 @@ qanary-component-QB-RuBQWrapper qanary-component-QB-TeBaQaWrapper qanary-component-CopyValuesOfPriorGraph - qanary-component-KG2KG-TranslateAnnotationsOfInstance - qanary-component-QB-DateOfDeathDBpedia diff --git a/qanary-component-QB-DateOfDeathDBpedia/pom.xml b/qanary-component-QB-DateOfDeathDBpedia/pom.xml index 93892d438..586c6b58f 100644 --- a/qanary-component-QB-DateOfDeathDBpedia/pom.xml +++ b/qanary-component-QB-DateOfDeathDBpedia/pom.xml @@ -5,7 +5,7 @@ 4.0.0 eu.wdaqua.qanary.component qanary-component-QB-DateOfDeathDBpedia - 0.1.1 + 0.1.0 org.springframework.boot spring-boot-starter-parent diff --git a/qanary-component-QB-DateOfDeathDBpedia/src/test/java/eu/wdaqua/qanary/component/mypackage/QanaryServiceQueryBuilderDateOfDeathDBpediaControllerTest.java b/qanary-component-QB-DateOfDeathDBpedia/src/test/java/eu/wdaqua/qanary/component/mypackage/QanaryServiceQueryBuilderDateOfDeathDBpediaControllerTest.java index 3ea5f4544..bf1dfdfb7 100644 --- a/qanary-component-QB-DateOfDeathDBpedia/src/test/java/eu/wdaqua/qanary/component/mypackage/QanaryServiceQueryBuilderDateOfDeathDBpediaControllerTest.java +++ b/qanary-component-QB-DateOfDeathDBpedia/src/test/java/eu/wdaqua/qanary/component/mypackage/QanaryServiceQueryBuilderDateOfDeathDBpediaControllerTest.java @@ -99,11 +99,6 @@ public QuerySolution next() { return querySolutionMaps.get(rowIndex); } - @Override - public void forEachRemaining(Consumer consumer) { - - } - @Override public QuerySolution nextSolution() { return null; @@ -301,4 +296,4 @@ void getBindingForSparqlQueryWithGivenQanaryQuestion() throws Exception { } } -} +} \ No newline at end of file