Skip to content

Commit

Permalink
Revert "Component build fix (#316)" (#317)
Browse files Browse the repository at this point in the history
This reverts commit 78514dd.
  • Loading branch information
anbo-de authored Oct 12, 2023
1 parent 78514dd commit e80650a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
<module>qanary-component-QB-RuBQWrapper</module>
<module>qanary-component-QB-TeBaQaWrapper</module>
<module>qanary-component-CopyValuesOfPriorGraph</module>
<module>qanary-component-KG2KG-TranslateAnnotationsOfInstance</module>
<module>qanary-component-QB-DateOfDeathDBpedia</module>
</modules>
</profile>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion qanary-component-QB-DateOfDeathDBpedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary.component</groupId>
<artifactId>qanary-component-QB-DateOfDeathDBpedia</artifactId>
<version>0.1.1</version>
<version>0.1.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ public QuerySolution next() {
return querySolutionMaps.get(rowIndex);
}

@Override
public void forEachRemaining(Consumer<? super QuerySolution> consumer) {

}

@Override
public QuerySolution nextSolution() {
return null;
Expand Down Expand Up @@ -301,4 +296,4 @@ void getBindingForSparqlQueryWithGivenQanaryQuestion() throws Exception {
}
}

}
}

0 comments on commit e80650a

Please sign in to comment.