Skip to content

Commit

Permalink
Add TODOs & Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Nov 29, 2024
1 parent eca0fc3 commit 4963206
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
/**
* This is a marker interface for classes that claim something, i.e., an intermediate result with usually a certain confidence.
*/
// TODO Serializable for Confidence
public interface Claimant extends Serializable {
}
3 changes: 1 addition & 2 deletions framework/text-provider-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.6.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
Expand Down

0 comments on commit 4963206

Please sign in to comment.